Skip to content

Commit

Permalink
Fix doc typo 'permanent'
Browse files Browse the repository at this point in the history
  • Loading branch information
jch authored Sep 23, 2024
1 parent 2bb51f4 commit f4b9c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roda/plugins/render.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module RodaPlugins
#
# :allowed_paths :: Set the template paths to allow. Attempts to render paths outside
# of these paths will raise an error. Defaults to the +:views+ directory.
# :cache :: nil/false to explicitly disable premanent template caching. By default, permanent
# :cache :: nil/false to explicitly disable permanent template caching. By default, permanent
# template caching is disabled by default if RACK_ENV is development. When permanent
# template caching is disabled, for templates with paths in the file system, the
# modification time of the file will be checked on every render, and if it has changed,
Expand Down

0 comments on commit f4b9c51

Please sign in to comment.