Skip to content

Commit

Permalink
docs(docs-infra): Fix typo in documentation for standalone components (
Browse files Browse the repository at this point in the history
…#48026)

PR Close #48026
  • Loading branch information
yommu authored and thePunderWoman committed Nov 11, 2022
1 parent 449d29b commit 0c0550b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/standalone-components.md
Expand Up @@ -188,8 +188,8 @@ export const ROUTES: Route[] = [
{provide: ADMIN_API_KEY, useValue: '12345'},
],
children: [
path: 'users', component: AdminUsersComponent,
path: 'teams', component: AdminTeamsComponent,
{path: 'users', component: AdminUsersComponent},
{path: 'teams', component: AdminTeamsComponent},
],
},
// ... other application routes that don't
Expand Down

0 comments on commit 0c0550b

Please sign in to comment.