From 176f1a4d6ac1841f366d2cdddbf820907ba0bdaa Mon Sep 17 00:00:00 2001 From: Tim Taylor Date: Tue, 26 Mar 2013 20:14:57 -0300 Subject: [PATCH] Small typo and grammar correction in modules doc --- docs/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules.md b/docs/modules.md index 7e79ad1..9c59c21 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -105,7 +105,7 @@ The core boxen module provides [a number of variables to use](https://github.com In addition to these, you may always assume the presence of a `boxen_user` fact, which is the local user running Boxen. -Other modules may provider their own globally available variables. +Other modules may provide their own globally available variables. The recommendation is to put any variables that might be consumed by -multiple classes/manifests should be in a scoped config class +multiple classes/manifests in a scoped config class (e.g. `modules/boxen/manifests/config.pp`).