Fix misspellings in storyboard-webclient
Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I8d2ed27724632d8830c260fbc1e12b92f324931f Closes-Bug: #1257295
This commit is contained in:
parent
7d38a86af2
commit
703794a195
@ -36,7 +36,7 @@ angular.module('storyboard',
|
||||
// Override the hash prefix for Google's AJAX crawling.
|
||||
$locationProvider.hashPrefix('!');
|
||||
|
||||
// Set an intial home page.
|
||||
// Set an initial home page.
|
||||
$stateProvider
|
||||
.state('index', {
|
||||
url: '/',
|
||||
@ -56,4 +56,4 @@ angular.module('storyboard',
|
||||
function () {
|
||||
$location.path('/');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user