From cb55a0a4e30d434e8b120c77c0b8033625cc243e Mon Sep 17 00:00:00 2001 From: Salim Abubakar Date: Mon, 27 Sep 2021 23:51:09 +0100 Subject: [PATCH] docs: typo (#691) Co-authored-by: Salim Abubakar Co-authored-by: Eduardo San Martin Morote --- packages/docs/core-concepts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/core-concepts/index.md b/packages/docs/core-concepts/index.md index e30bcbe2..47c8854f 100644 --- a/packages/docs/core-concepts/index.md +++ b/packages/docs/core-concepts/index.md @@ -1,6 +1,6 @@ # Defining a Store -Before diving into core concepts, we need to know that a store is defined using `defineStore()` and that it requires an **unique** name, passed as the first argument: +Before diving into core concepts, we need to know that a store is defined using `defineStore()` and that it requires a **unique** name, passed as the first argument: ```js import { defineStore } from 'pinia' -- 2.47.3