aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cookbook.deeplinking.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2011-04-20 00:24:20 +0200
committerIgor Minar2011-04-25 08:17:17 -0700
commitf85c82acd623e63f23a4f3ebba239280f14e380b (patch)
treed4e18fa18ce3415586b736def8edfbe93d9366b1 /docs/cookbook.deeplinking.ngdoc
parent35bb19856cc8f3d8923305869c0d4ffa4a03aa8f (diff)
downloadangular.js-f85c82acd623e63f23a4f3ebba239280f14e380b.tar.bz2
Fix some typos, missing semi-colons, etc...
This is a combination of 4 commits: * Fix some small typos, missing semi-colons, etc. * Fix comment for angular.scenario.SpecRunner.run method * Fixed some missing semi-colons in cookbook * Fixed missing semi-colon in nodeserver/server.js
Diffstat (limited to 'docs/cookbook.deeplinking.ngdoc')
-rw-r--r--docs/cookbook.deeplinking.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook.deeplinking.ngdoc b/docs/cookbook.deeplinking.ngdoc
index 90dd50bb..5270eb16 100644
--- a/docs/cookbook.deeplinking.ngdoc
+++ b/docs/cookbook.deeplinking.ngdoc
@@ -105,7 +105,7 @@ The two partials are defined in the following URLs:
# Things to notice
* Routes are defined in the `AppCntl` class. The initialization of the controller causes the
- initialization of the {@link angular.service.$rouet $route} service with the proper URL routes.
+ initialization of the {@link angular.service.$route $route} service with the proper URL routes.
* The {@link angular.service.$route $route} service then watches the URL and instantiates the
appropriate controller when the URL changes.
* The {@link angular.widget.ng:view ng:view} widget loads the view when the URL changes. It also