docs(router): fix minor grammatical issue (#40380)

PR Close #40380
This commit is contained in:
Pedro 2021-01-10 13:26:46 +00:00 committed by atscott
parent 3d7e207a25
commit 6e57443acd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
This tutorial describes how you can build a single-page application, SPA that uses multiple Angular routes.
In an SPA, all of your application's functions exist in a single HTML page.
In a Single Page Application (SPA), all of your application's functions exist in a single HTML page.
As users access your application's features, the browser needs to render only the parts that matter to the user, instead of loading a new page. This pattern can significantly improve your application's user experience.
To define how users navigate through your application, you use routes. You can add routes to define how users navigate from one part of your application to another.