diff --git a/adev/src/content/guide/routing/common-router-tasks.md b/adev/src/content/guide/routing/common-router-tasks.md index 77c1d151969..0d5b4fcf60d 100644 --- a/adev/src/content/guide/routing/common-router-tasks.md +++ b/adev/src/content/guide/routing/common-router-tasks.md @@ -186,7 +186,7 @@ To set up a wildcard route, add the following code to your `routes` definition. -{ path: '\*\*', component: } +{ path: '**', component: }