Skip to content

Commit

Permalink
Merge pull request #2224 from epps/patch-1
Browse files Browse the repository at this point in the history
docs(sample): change from plural 'states' to singular 'state'
  • Loading branch information
nateabele committed Sep 3, 2015
2 parents 65654c3 + 9ee4b15 commit ea3355b
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 ea3355b

Please sign in to comment.