From f16471567826c35dca2902abbddc8cc2ebeb945f Mon Sep 17 00:00:00 2001 From: vsavkin Date: Fri, 17 Jun 2016 09:19:10 -0700 Subject: [PATCH] chore(README): fix a typo --- modules/@angular/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/router/README.md b/modules/@angular/router/README.md index df1f0c61d3..e3306408c3 100644 --- a/modules/@angular/router/README.md +++ b/modules/@angular/router/README.md @@ -1,4 +1,4 @@ -Angular Route +Angular Router ========= Managing state transitions is one of the hardest parts of building applications. This is especially true on the web, where you also need to ensure that the state is reflected in the URL. In addition, we often want to split applications into multiple bundles and load them on demand. Doing this transparently isn’t trivial.