Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cb3d83f

Browse files
committed
make sentence less weird. fix #633
1 parent c610288 commit cb3d83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/routing/dynamic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ for your content in three ways:
201201
* Or provide an implementation of ``ContentRepositoryInterface`` and pass the id
202202
of the content object as parameter ``content_id`` and ``null`` as $name.
203203

204-
If you want to implement your own generator for ``$name``s that are not
204+
If you want to implement your own generator for ``$name`` values that are not
205205
strings, you need to implement the ``ChainedRouterInterface`` and implement the
206206
``supports($name)`` method to tell the ``ChainRouter`` if your router can
207207
accept this ``$name`` to generate a URL.

0 commit comments

Comments
 (0)