Fix typo in new docs from #46730

This commit is contained in:
eileencodes 2022-12-14 16:17:55 -05:00
parent cc2e36ca01
commit bd7b6decb9
No known key found for this signature in database
GPG Key ID: BA5C575120BBE8DF

@ -257,7 +257,7 @@ def encode!
# This method is responsible for marking a template as having strict locals
# which means the template can only accept the locals defined in a magic
# comment. For example, if your template acceps that locals +title+ and
# comment. For example, if your template acceps the locals +title+ and
# +comment_count+, add the following to your template file:
#
# <%# locals: (title: "Default title", comment_count: 0) %>