diff --git a/lib/roda/plugins/render.rb b/lib/roda/plugins/render.rb index 6e49ddb5..6c1a20a6 100644 --- a/lib/roda/plugins/render.rb +++ b/lib/roda/plugins/render.rb @@ -106,7 +106,7 @@ module RodaPlugins # :template_block :: Pass this block when creating the underlying template, # ignored when using :inline. Disables caching of the # template by default. - # :template_class :: Provides the template class to use, inside of using + # :template_class :: Provides the template class to use, instead of using # Tilt or Tilt[:engine]. # # Here's an example of using these options: