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

Commit 26f259b

Browse files
committed
Merge branch 'darrylhein-patch-1'
2 parents 1469ccf + cb35448 commit 26f259b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/core/templating.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Helper methods
9999
| | | ``false`` | translation in that language exists. |
100100
+---------------------------+---------------------+------------------------+---------------------------------------------------------------------------+
101101
| ``cmf_is_linkable`` | ``isLinkable`` | ``$document`` | Check if the provided object can be used to generate a URL. If this |
102-
| | | | check returns true, it should be save to pass it to ``path`` or ``url``. |
102+
| | | | check returns true, it should be safe to pass it to ``path`` or ``url``. |
103103
| | | | An object is considered linkable if it either *is* an instance of |
104104
| | | | ``Route`` or implements the ``RouteReferrersReadInterface`` *and* |
105105
| | | | actually returns a route. |

bundles/routing/dynamic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ an empty route name and tries to find a content implementing the
592592

593593
To be precise, it is enough for the content to implement the
594594
``RouteReferrersReadInterface`` if writing the routes is not desired. See
595-
:ref:`contributing-bundles-interface_naming` for more on the naming scheme.)
595+
:ref:`contributing-bundles-interface_naming` for more on the naming scheme.
596596

597597
For the implementation details, please refer to the
598598
:ref:`component-routing-generator` section in the the cmf routing component

0 commit comments

Comments
 (0)