Skip to content

Commit

Permalink
(maint) Fix typo in emitted html
Browse files Browse the repository at this point in the history
  • Loading branch information
iankronquist committed Jul 28, 2015
1 parent 2d2c03b commit 9083023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def generate_parameters(params, object)
end
# Give up. It can probably be anything.
elsif !param[:puppet_3_func]
result << "(<tt>Unkown</tt>)"
result << "(<tt>Unknown</tt>)"
end

result << "</span>"
Expand Down

0 comments on commit 9083023

Please sign in to comment.