Commit 3c1301dba0a75c201729bb2ed5128b28e98b06cd

Authored by Johan Haals

Merge pull request #202 from toolbear/patch-1

Small typo and grammar correction in modules doc

Showing 1 changed file Side-by-side Diff

... ... @@ -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`).