Skip to content

Commit a8fbda8

Browse files
authored
fix(storage.md): fix typo
fix a document about storage.md
2 parents 3a0e080 + eedd329 commit a8fbda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ this.$auth.$storage.getCookie(key)
4242
### Local Storage
4343

4444
```js
45-
this.$auth.$storage.setLocalstorage(key, val, isJson)
46-
this.$auth.$storage.getLocalstorage(key)
45+
this.$auth.$storage.setLocalStorage(key, val, isJson)
46+
this.$auth.$storage.getLocalStorage(key)
4747
```

0 commit comments

Comments
 (0)