From c5e44248108dd8dfe8a193c032bd09323b2afa34 Mon Sep 17 00:00:00 2001 From: Nelson Gutierrez Date: Wed, 8 Nov 2023 20:07:11 -0600 Subject: [PATCH] docs: add missing backtick on title (#52711) PR Close #52711 --- adev/src/content/guide/routing/common-router-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/routing/common-router-tasks.md b/adev/src/content/guide/routing/common-router-tasks.md index b7d581df6b4..e8ff7307c1f 100644 --- a/adev/src/content/guide/routing/common-router-tasks.md +++ b/adev/src/content/guide/routing/common-router-tasks.md @@ -144,7 +144,7 @@ To get information from a route: - + Add the `withComponentInputBinding` feature to the `provideRouter` method.