Skip to content

Commit 9ee4b15

Browse files
committed
change from plural 'states' to singular 'state'
1 parent 65654c3 commit 9ee4b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/app/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ angular.module('uiRouterSample', [
5454

5555
.state("home", {
5656

57-
// Use a url of "/" to set a states as the "index".
57+
// Use a url of "/" to set a state as the "index".
5858
url: "/",
5959

6060
// Example of an inline template string. By default, templates

0 commit comments

Comments
 (0)