From a6fa0b0348163624e8fad3b4acd57ac7eba042ad Mon Sep 17 00:00:00 2001 From: Adam Frank Date: Sat, 28 May 2022 13:27:31 -0400 Subject: [PATCH] docs: remove comma (#1325) I think this comma is unintended --- packages/docs/core-concepts/state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index d60847b7..8d4fef21 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -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: () => ({ -- 2.47.2