Skip to content

Commit aeb3c02

Browse files
committed
docs: fix sentence
1 parent eb1930a commit aeb3c02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/tutorial/static_pages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ arguments.
148148
More information about routing can be found in the URI Routing
149149
:doc:`documentation </incoming/routing>`.
150150

151-
Here, the second rule in the ``$routes`` object matches GET request
152-
to the URI path ``/pages`` maps the ``index()`` method of the ``Pages`` class.
151+
Here, the second rule in the ``$routes`` object matches a GET request
152+
to the URI path ``/pages``, and it maps to the ``index()`` method of the ``Pages`` class.
153153

154154
The third rule in the ``$routes`` object matches a GET request to a URI segment
155155
using the placeholder ``(:segment)``, and passes the parameter to the

0 commit comments

Comments
 (0)