8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fd8a0 commit e43bfa3Copy full SHA for e43bfa3
book/page_creation.rst
@@ -231,7 +231,7 @@ the new route that defines the URL of the page that you're about to create:
231
The routing consists of two basic pieces: the ``path``, which is the URL
232
that this route will match, and a ``defaults`` array, which specifies the
233
controller that should be executed. The placeholder syntax in the path
234
-(``{limit}``) is a wildcard. It means that ``/number/10``, ``/number/327``
+(``{limit}``) is a wildcard. It means that ``/random/10``, ``/random/327``
235
or any other similar URL will match this route. The ``{limit}`` placeholder
236
parameter will also be passed to the controller so that you can use its value
237
to generate the proper random number.
0 commit comments