Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #24 from g1franc/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of 'necessary' in type documentation
  • Loading branch information
alexjfisher authored May 3, 2017
2 parents 3874494 + e4fb0f2 commit fcb2bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Example
newparam(:name, :namevar => true)

newparam(:more_explosions, :parent => Puppet::Parameter::Boolean) do
desc "Indicate that more explosions are neccessary"
desc "Indicate that more explosions are necessary"
defaultto true # When it doubt, we want more explosions
end

Expand Down

0 comments on commit fcb2bf6

Please sign in to comment.