Spelling README.md

paramter -> parameter
This commit is contained in:
Arjen Zonneveld 2017-12-11 16:26:39 +01:00 committed by GitHub
parent 42285c74ce
commit 88f9dba407
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
#
# @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(
String $first = $example::params::first_arg,
Integer $second = $example::params::second_arg,