diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zero/renderer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zero/renderer.rb b/lib/zero/renderer.rb index fb34d4b..8ca544d 100644 --- a/lib/zero/renderer.rb +++ b/lib/zero/renderer.rb @@ -114,7 +114,7 @@ module Zero # get the prepared template for the name and type # @api private # @param name [String] the name of the template - # @param type [Array] the types for the template + # @param types [Array] the types for the template # @return [Tilt::Template] a prepared tilt template def template(name, types) types.each do |type| |