From d6947d018c10db2cedcc3084ffd0d0b5a80f3fa3 Mon Sep 17 00:00:00 2001 From: Marchal yoan Date: Thu, 15 Oct 2020 13:21:59 +0200 Subject: [PATCH] Fix typo in documentation (#136) --- docs/content/en/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/en/usage.md b/docs/content/en/usage.md index d4c3f3f..7a8f8ec 100644 --- a/docs/content/en/usage.md +++ b/docs/content/en/usage.md @@ -58,6 +58,7 @@ async asyncData({ $http }) { async asyncData({ $http }) { const users = await $http.$get('https://reqres.in/api/users') return { users } +} ``` @@ -96,4 +97,4 @@ For store actions you can also use `this.$http`: } } } -``` \ No newline at end of file +```