diff options
| -rw-r--r-- | docs/content/cookbook/deeplinking.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/cookbook/deeplinking.ngdoc b/docs/content/cookbook/deeplinking.ngdoc index a6fd4852..bdcf0b09 100644 --- a/docs/content/cookbook/deeplinking.ngdoc +++ b/docs/content/cookbook/deeplinking.ngdoc @@ -148,4 +148,4 @@ In this example we have a simple app which consist of two screens:  * The  {@link api/ngRoute.directive:ngView ngView} widget loads the    view when the URL changes. It also sets the view scope to the newly instantiated controller.  * Changing the URL is sufficient to change the controller and view. It makes no difference whether -  the URL is changed programatically or by the user. +  the URL is changed programmatically or by the user. | 
