Skip to content

Commit

Permalink
docs(intro): copy editing (#152)
Browse files Browse the repository at this point in the history
"for apps the are" changed to "for apps that are"
  • Loading branch information
G-Simpson authored and brandyscarney committed Nov 14, 2018
1 parent 8c1379d commit 067d346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/intro/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In contrast, mobile apps often utilize parallel, "non-linear" navigation. For ex

Ionic apps embrace this mobile navigation approach, supporting parallel navigation histories that can also be nested, all while maintaining the familiar browser-style navigation concepts web developers are familiar with.

For apps the are built with Angular and `@ionic/angular`, we recommend using the <a href="https://angular.io/guide/router" target="_blank">Angular Router</a> which comes out of the box for every new Ionic 4 Angular app.
For apps that are built with Angular and `@ionic/angular`, we recommend using the <a href="https://angular.io/guide/router" target="_blank">Angular Router</a> which comes out of the box for every new Ionic 4 Angular app.
Previous versions of Ionic shipped with our own custom router, but in order to provide the best tooling and developer experience we have since moved to using the framework's recommended router.


Expand Down

0 comments on commit 067d346

Please sign in to comment.