aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Pelme2013-04-26 14:20:12 +0300
committerPete Bacon Darwin2013-04-26 13:16:19 +0100
commit32719c7976426a0d7d998ab9c6cfcee814f27e07 (patch)
treedea242561627e2cbb518c17ddb5c4b41a5f146f2
parent77ff1085554675f1a8375642996e5b1e51f9ed2d (diff)
downloadangular.js-32719c7976426a0d7d998ab9c6cfcee814f27e07.tar.bz2
docs(route): fix typo in route documentation
-rw-r--r--src/ng/route.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/route.js b/src/ng/route.js
index 7651a806..4014dfa8 100644
--- a/src/ng/route.js
+++ b/src/ng/route.js
@@ -44,7 +44,7 @@ function $RouteProvider(){
* - `controller` – `{(string|function()=}` – Controller fn that should be associated with newly
* created scope or the name of a {@link angular.Module#controller registered controller}
* if passed as a string.
- * - `controllerAlias` – `{sttring=}` – A controller alias name. If present the controller will be
+ * - `controllerAlias` – `{string=}` – A controller alias name. If present the controller will be
* published to scope under the `controllerAlias` name.
* - `template` – `{string=|function()=}` – html template as a string or function that returns
* an html template as a string which should be used by {@link ng.directive:ngView ngView} or