diff --git a/README.md b/README.md index 5f5d4ab..c248296 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) { }); ``` ###length -Return localStorageService.length, ignore keys that not owned. +Return localStorageService.length, ignore keys that not owned. **Returns** `Number` ```js myApp.controller('MainCtrl', function($scope, localStorageService) {