Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 06a44a5

Browse files
shauntiftjvantoll
authored andcommitted
Update angular-application-architecture.md
Spelling fix.
1 parent 5feb71c commit 06a44a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-concepts/angular-application-architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The navigation inside a NativeScript application is done with the [Angular 2 Rou
113113
* `router-outlet` - the built in Angular 2 router outlet. It replaces the content of the outlet with the templates of different component.
114114
* `page-router-outlet` - uses NativeScript [page navigation]({% slug navigation %}#pages).
115115

116-
To use the Router you will have to pass the `NS_ROUTER_PROVIDERS` providers when bootstrapping you app:
116+
To use the Router you will have to pass the `NS_ROUTER_PROVIDERS` providers when bootstrapping your app:
117117

118118
``` TypeScript
119119
import {nativeScriptBootstrap} from "nativescript-angular/application";

0 commit comments

Comments
 (0)