From 5bfa7c4ab607358277994c43d748fcffe20d39e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa?= Date: Sun, 17 Jun 2018 14:13:21 -0300 Subject: [PATCH] Fix typo --- docs/api/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/auth.md b/docs/api/auth.md index 4c8c12b68..eee3762f3 100644 --- a/docs/api/auth.md +++ b/docs/api/auth.md @@ -34,7 +34,7 @@ this.$auth.loggedIn this.$store.state.auth.loggedIn ``` -Under the hood, auth uses attached [`$storage`](./storage.md) insrance to provide this states. +Under the hood, auth uses attached [`$storage`](./storage.md) instance to provide this states. ## methods