Merge pull request #150 from arjenz/master

Spelling README.md
This commit is contained in:
David Schmitt 2018-01-26 14:06:16 +00:00 committed by GitHub
commit be6d706769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ To document Puppet classes and defined types, use a series of comments to create
# include example # include example
# #
# @param first The first parameter for this class # @param first The first parameter for this class
# @param second The second paramter for this class # @param second The second parameter for this class
class example_class( class example_class(
String $first = $example::params::first_arg, String $first = $example::params::first_arg,
Integer $second = $example::params::second_arg, Integer $second = $example::params::second_arg,