]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove comma (#1325)
authorAdam Frank <a.frank@vehikl.com>
Sat, 28 May 2022 17:27:31 +0000 (13:27 -0400)
committerGitHub <noreply@github.com>
Sat, 28 May 2022 17:27:31 +0000 (19:27 +0200)
I think this comma is unintended

packages/docs/core-concepts/state.md

index d60847b7987519ad0f701ca117f612a1ce4ef087..8d4fef216d69693ea947380911aab294eca5f93b 100644 (file)
@@ -60,7 +60,7 @@ For the following examples, you can assume the following store was created:
 // Example File Path:
 // ./src/stores/counterStore.js
 
-import { defineStore } from 'pinia',
+import { defineStore } from 'pinia'
 
 const useCounterStore = defineStore('counterStore', {
   state: () => ({