From: Salim Abubakar Date: Mon, 27 Sep 2021 22:51:09 +0000 (+0100) Subject: docs: typo (#691) X-Git-Tag: pinia@2.0.0-rc.10~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb55a0a4e30d434e8b120c77c0b8033625cc243e;p=thirdparty%2Fvuejs%2Fpinia.git docs: typo (#691) Co-authored-by: Salim Abubakar Co-authored-by: Eduardo San Martin Morote --- 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'