Skip to content

Commit

Permalink
change from plural 'states' to singular 'state'
Browse files Browse the repository at this point in the history
  • Loading branch information
epps committed Sep 3, 2015
1 parent 65654c3 commit 9ee4b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ angular.module('uiRouterSample', [

.state("home", {

// Use a url of "/" to set a states as the "index".
// Use a url of "/" to set a state as the "index".
url: "/",

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

0 comments on commit 9ee4b15

Please sign in to comment.