From 21691f181ee67c9581702de21ff5739bfeaa6259 Mon Sep 17 00:00:00 2001 From: Neba Funwi-gabga Date: Sun, 27 Jun 2021 20:14:53 +0200 Subject: [PATCH] docs(api): fix typo in options.md (#1217) Very minor edit on the documentation. --- docs/content/en/api/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/api/options.md b/docs/content/en/api/options.md index 90f536d62..924b9d84b 100644 --- a/docs/content/en/api/options.md +++ b/docs/content/en/api/options.md @@ -149,4 +149,4 @@ Vuex store namespace for keeping state. * Default: `scope` -`user` object property used for scope checking (`hasScope`). Can be either an array or a object. +`user` object property used for scope checking (`hasScope`). Can be either an array or an object.