aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gonzalez2013-10-13 23:25:37 -0700
committerPete Bacon Darwin2013-10-14 07:35:38 +0100
commit0dd987bb919b3761c28f8e5b85eb22f9b9bf5a57 (patch)
tree5831f942489998cd9758830f05b3951ed82652d5
parent0f16b1d32e36d5c6b6551201b5421bd22cdeeaef (diff)
downloadangular.js-0dd987bb919b3761c28f8e5b85eb22f9b9bf5a57.tar.bz2
docs(cookbook/deeplinking): fix typo
-rw-r--r--docs/content/cookbook/deeplinking.ngdoc2
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.