File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ The following converters are available:
513
513
`path ` like the default but also accepts slashes
514
514
=========== ===============================================
515
515
516
- Here some examples::
516
+ Here are some examples::
517
517
518
518
@app.route('/')
519
519
def index():
@@ -534,7 +534,7 @@ apply:
534
534
1. If a rule ends with a slash and is requested without a slash by the
535
535
user, the user is automatically redirected to the same page with a
536
536
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
538
538
page with a trailing slash, a 404 not found is raised.
539
539
540
540
This is consistent with how web servers deal with static files. This
You can’t perform that action at this time.
0 commit comments