We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1930a commit aeb3c02Copy full SHA for aeb3c02
1 file changed
user_guide_src/source/tutorial/static_pages.rst
@@ -148,8 +148,8 @@ arguments.
148
More information about routing can be found in the URI Routing
149
:doc:`documentation </incoming/routing>`.
150
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.
+Here, the second rule in the ``$routes`` object matches a GET request
+to the URI path ``/pages``, and it maps to the ``index()`` method of the ``Pages`` class.
153
154
The third rule in the ``$routes`` object matches a GET request to a URI segment
155
using the placeholder ``(:segment)``, and passes the parameter to the
0 commit comments