Skip to content

Commit 027aeec

Browse files
authored
Merge pull request pallets#2792 from greyli/patch-9
Fix typos in CHANGES.rst
2 parents cae0378 + 9d0bc52 commit 027aeec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Released on April 26th 2018
198198
- Added :meth:`~flask.Flask.test_cli_runner` to create a Click runner
199199
that can invoke Flask CLI commands for testing. (`#2636`_)
200200
- Subdomain matching is disabled by default and setting
201-
:data:`SERVER_NAME` does not implicily enable it. It can be enabled
201+
:data:`SERVER_NAME` does not implicitly enable it. It can be enabled
202202
by passing ``subdomain_matching=True`` to the ``Flask`` constructor.
203203
(`#2635`_)
204204
- A single trailing slash is stripped from the blueprint
@@ -329,7 +329,7 @@ Released on December 21st 2016, codename Punsch.
329329
- Make ``flask.safe_join`` able to join multiple paths like ``os.path.join``
330330
(pull request ``#1730``).
331331
- Revert a behavior change that made the dev server crash instead of returning
332-
a Internal Server Error (pull request ``#2006``).
332+
an Internal Server Error (pull request ``#2006``).
333333
- Correctly invoke response handlers for both regular request dispatching as
334334
well as error handlers.
335335
- Disable logger propagation by default for the app logger.
@@ -855,7 +855,7 @@ Released on June 18th 2010, codename Rakia
855855
- :meth:`~flask.Flask.after_request` handlers are now also invoked
856856
if the request dies with an exception and an error handling page
857857
kicks in.
858-
- test client has not the ability to preserve the request context
858+
- test client has the ability to preserve the request context
859859
for a little longer. This can also be used to trigger custom
860860
requests that do not pop the request stack for testing.
861861
- because the Python standard library caches loggers, the name of

0 commit comments

Comments
 (0)