Skip to content

Commit

Permalink
More doc typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 25, 2011
1 parent 8da8a21 commit 363d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.rst
Expand Up @@ -513,7 +513,7 @@ The following converters are available:
`path` like the default but also accepts slashes
=========== ===============================================

Here some examples::
Here are some examples::

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

This is consistent with how web servers deal with static files. This
Expand Down

0 comments on commit 363d9ed

Please sign in to comment.