Skip to content

Commit 8f18c26

Browse files
committed
Merge pull request gsklee#155 from manumiranda/master
Fixed small typo in README.md config example
2 parents 6edd69d + f735d56 commit 8f18c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ var app = angular.module('app', ['ngStorage'])
164164
function ($localStorageProvider) {
165165
$localStorageProvider.get('MyKey');
166166
167-
$localStorageProvder.set('MyKey', { k: 'value' });
167+
$localStorageProvider.set('MyKey', { k: 'value' });
168168
}]);
169169
```
170170

0 commit comments

Comments
 (0)