From e85937825c4bb31d07cee4fb2e7d4335cd69cee6 Mon Sep 17 00:00:00 2001 From: itTkm <61522301+itTkm@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:45:39 +0900 Subject: [PATCH] fix typo --- docs/content/en/api/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/api/storage.md b/docs/content/en/api/storage.md index e0be089ba..055d9ce5e 100644 --- a/docs/content/en/api/storage.md +++ b/docs/content/en/api/storage.md @@ -27,7 +27,7 @@ Access to local state: ```js this.$auth.$state // OR -this.$auth.$storage.$state +this.$auth.$storage.state ``` ```js