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

Commit 6caaddb

Browse files
committed
[#395] Applied proposed changes
1 parent ea32658 commit 6caaddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bundles/routing_auto/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ the properties editable and then you have a fully working routing system.
238238
.. note::
239239

240240
Any mapping applied to an object will also apply to subclasses of that
241-
object. So for example, if you have an documents of types ``ContactPage``
242-
and ``Page`` which both extend ``AbstractPage`` you can map
243-
``AbstractPage`` to have the same mapping apply to both documents.
241+
object. Imagine you have 2 documents, ``ContactPage`` and ``Page``, which
242+
both extend ``AbstractPage``. When you map the ``AbstractPage`` class, it
243+
will be applied to both documents.
244244

245245
Provided Providers and Action
246246
-----------------------------

0 commit comments

Comments
 (0)