Skip to content

Commit 363d9ed

Browse files
committed
More doc typo fixes
1 parent 8da8a21 commit 363d9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ The following converters are available:
513513
`path` like the default but also accepts slashes
514514
=========== ===============================================
515515

516-
Here some examples::
516+
Here are some examples::
517517

518518
@app.route('/')
519519
def index():
@@ -534,7 +534,7 @@ apply:
534534
1. If a rule ends with a slash and is requested without a slash by the
535535
user, the user is automatically redirected to the same page with a
536536
trailing slash attached.
537-
2. If a rule does not end with a trailing slash and the user request the
537+
2. If a rule does not end with a trailing slash and the user requests the
538538
page with a trailing slash, a 404 not found is raised.
539539

540540
This is consistent with how web servers deal with static files. This

0 commit comments

Comments
 (0)