From 6fdec3ed78a50231aeeeb630dfbb228174072cb8 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Sun, 12 Oct 2014 01:54:52 +0300 Subject: [PATCH] fix(README.md): \n --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {