Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
`getLocalstorage` didn't execute but `getLocalStorage` did.
  • Loading branch information
af12066 committed Jul 7, 2018
1 parent 3a0e080 commit eedd329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ this.$auth.$storage.getCookie(key)
### Local Storage

```js
this.$auth.$storage.setLocalstorage(key, val, isJson)
this.$auth.$storage.getLocalstorage(key)
this.$auth.$storage.setLocalStorage(key, val, isJson)
this.$auth.$storage.getLocalStorage(key)
```

0 comments on commit eedd329

Please sign in to comment.