docs(frontend-system): fix dialogue on external routes binding

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-11 17:46:00 +01:00
parent 70fdbad26a
commit 2ae04c3c1d
@@ -96,7 +96,7 @@ We have completed our journey of creating a plugin page route. This is what the
- [2] We associate our route reference with our page by providing it as an option during creation of the page extension.
- [3] Finally, our plugin provides both routes and extensions.
It's a smart question, and the answer can be found in the (Binding External Route References)[#building-external-route-references] section, wait a bit, keep reading and you'll understand why.
It may be unclear why we need to pass the route to the plugin once it has already been passed to the extension. It's a good point, and the explanation can be found in the (Binding External Route References)[#building-external-route-references] section, wait a bit, keep reading and you'll understand why.
### Using a Route Reference