Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 32719c7

Browse files
pelmepetebacondarwin
authored andcommitted
docs(route): fix typo in route documentation
1 parent 77ff108 commit 32719c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function $RouteProvider(){
4444
* - `controller` – `{(string|function()=}` – Controller fn that should be associated with newly
4545
* created scope or the name of a {@link angular.Module#controller registered controller}
4646
* if passed as a string.
47-
* - `controllerAlias` – `{sttring=}` – A controller alias name. If present the controller will be
47+
* - `controllerAlias` – `{string=}` – A controller alias name. If present the controller will be
4848
* published to scope under the `controllerAlias` name.
4949
* - `template` – `{string=|function()=}` – html template as a string or function that returns
5050
* an html template as a string which should be used by {@link ng.directive:ngView ngView} or

0 commit comments

Comments
 (0)