Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit eef18f1

Browse files
author
timeless@gmail.com
committed
spelling: parameters
1 parent 4c33dc5 commit eef18f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/component-router.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here is a table of the main concepts used in the Component Router.
3232
| Routing Component | An Angular component with a RouteConfig and an associated Router. |
3333
| RouteDefinition | Defines how the router should navigate to a component based on a URL pattern. |
3434
| ngOutlet | The directive (`<ng-outlet>`) that marks where the router should display a view. |
35-
| ngLink | The directive (`ng-link="..."`) for binding a clickable HTML element to a route, via a Link Paramaters Array. |
35+
| ngLink | The directive (`ng-link="..."`) for binding a clickable HTML element to a route, via a Link Parameters Array. |
3636
| Link Parameters Array | An array that the router interprets into a routing instruction. We can bind a RouterLink to that array or pass the array as an argument to the Router.navigate method. |
3737

3838

0 commit comments

Comments
 (0)