Merge pull request #141 from hfm/master

fix typo
This commit is contained in:
Jesse Scott 2017-05-22 11:33:31 -07:00 committed by GitHub
commit 1f4bab28d1
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ To generate documentation for a Puppet module, run Strings from that module's di
To generate documentation for specific files in a module, run the `puppet strings generate` subcommand and specify the files.
```
puppet strings generate first.pp second.pp`
puppet strings generate first.pp second.pp
```
To generate documentation for specific directories, run the `puppet strings generate` command and specify the directories: