]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo (#691)
authorSalim Abubakar <samatazu@gmail.com>
Mon, 27 Sep 2021 22:51:09 +0000 (23:51 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 22:51:09 +0000 (00:51 +0200)
Co-authored-by: Salim Abubakar <salimabubakar@Salims-MacBook-Pro.local>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/core-concepts/index.md

index e30bcbe25d5e9ee4974f03dcb63c4e8276f9a6a9..47c8854f757e21bf09221b948637ac77de11817a 100644 (file)
@@ -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'