Skip to content

Commit

Permalink
fix(storage.md): fix typo
Browse files Browse the repository at this point in the history
fix a document about storage.md
  • Loading branch information
farnabaz committed Jul 7, 2018
2 parents 3a0e080 + eedd329 commit a8fbda8
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 a8fbda8

Please sign in to comment.