Skip to content

Commit 4a8f3ea

Browse files
committed
Fix typo in templating.rst
1 parent 41622c8 commit 4a8f3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ characters in text, but can also lead to security problems. (see
132132

133133
Sometimes however you will need to disable autoescaping in templates.
134134
This can be the case if you want to explicitly inject HTML into pages, for
135-
example if they come from a system that generate secure HTML like a
135+
example if they come from a system that generates secure HTML like a
136136
markdown to HTML converter.
137137

138138
There are three ways to accomplish that:

0 commit comments

Comments
 (0)