diff options
| author | David Gonzalez | 2013-10-13 23:25:37 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-14 07:35:38 +0100 | 
| commit | 0dd987bb919b3761c28f8e5b85eb22f9b9bf5a57 (patch) | |
| tree | 5831f942489998cd9758830f05b3951ed82652d5 /docs/content/cookbook/deeplinking.ngdoc | |
| parent | 0f16b1d32e36d5c6b6551201b5421bd22cdeeaef (diff) | |
| download | angular.js-0dd987bb919b3761c28f8e5b85eb22f9b9bf5a57.tar.bz2 | |
docs(cookbook/deeplinking): fix typo
Diffstat (limited to 'docs/content/cookbook/deeplinking.ngdoc')
| -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. | 
