Skip to content

Commit ea3355b

Browse files
committed
Merge pull request #2224 from epps/patch-1
docs(sample): change from plural 'states' to singular 'state'
2 parents 65654c3 + 9ee4b15 commit ea3355b

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)