Fix docs/CHANGES.rst typo

This commit is contained in:
Pedro Torcatt 2022-07-11 18:02:00 -04:00 committed by GitHub
parent 4696156278
commit 03b410066b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -914,7 +914,7 @@ Released 2013-06-13, codename Limoncello
- Set the content-length header for x-sendfile.
- ``tojson`` filter now does not escape script blocks in HTML5
parsers.
- ``tojson`` used in templates is now safe by default due. This was
- ``tojson`` used in templates is now safe by default. This was
allowed due to the different escaping behavior.
- Flask will now raise an error if you attempt to register a new
function on an already used endpoint.