Commit 176f1a4d6ac1841f366d2cdddbf820907ba0bdaa
1 parent
d512c2e310
Small typo and grammar correction in modules doc
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
docs/modules.md
... | ... | @@ -105,8 +105,8 @@ |
105 | 105 | In addition to these, you may always assume the presence of a `boxen_user` fact, |
106 | 106 | which is the local user running Boxen. |
107 | 107 | |
108 | -Other modules may provider their own globally available variables. | |
108 | +Other modules may provide their own globally available variables. | |
109 | 109 | The recommendation is to put any variables that might be consumed by |
110 | -multiple classes/manifests should be in a scoped config class | |
110 | +multiple classes/manifests in a scoped config class | |
111 | 111 | (e.g. `modules/boxen/manifests/config.pp`). |