From d413bef6203771ffb5ea1f4b7d4a1e9d11207d0c Mon Sep 17 00:00:00 2001 From: brian schermerhorn Date: Sat, 20 Feb 2016 12:39:01 -0700 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f976506b..97bd674dc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ version 0.2.x, it can be found [here](https://github.com/angular-ui/ui-router/tr Angular UI-Router is a client-side [Single Page Application](https://en.wikipedia.org/wiki/Single-page_application) routing framework for [AngularJS](http://angularjs.org). -Routing frameworks for SPAs update the browser's URL as the user nagivates through the app. Conversely, they allows +Routing frameworks for SPAs update the browser's URL as the user nagivates through the app. Conversely, this allows changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a location deep within the SPA.