(maint) Fix typo in README

This commit is contained in:
Ian Kronquist 2015-09-16 16:49:25 -07:00
parent 3c885cf550
commit c8eec8ded3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ and methods automatically. In those cases Strings will not be able to document
them automatically (Strings doesn't execute the code that would generate those
parameters), so you will need to provide hints on how to document your code. To
document a parameter which is automatically created you must use the special
directive `@!puppet.provider.param` which may take types, the parameter name,
directive `@!puppet.type.param` which may take types, the parameter name,
and a description.
```ruby