From 32719c7976426a0d7d998ab9c6cfcee814f27e07 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Fri, 26 Apr 2013 14:20:12 +0300 Subject: docs(route): fix typo in route documentation --- src/ng/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3