From 3531e5c2769cad908041bfc179185641b46a0361 Mon Sep 17 00:00:00 2001 From: Idorenyin Udoh Date: Sat, 1 Mar 2025 22:12:02 +0100 Subject: [PATCH] docs: fix typo in introduction.md (#2925) --- packages/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/introduction.md b/packages/docs/introduction.md index 077f0bc7..7092e98c 100644 --- a/packages/docs/introduction.md +++ b/packages/docs/introduction.md @@ -33,7 +33,7 @@ Pinia is a store library for Vue, it allows you to share a state across componen - Modify your stores without reloading your page - Keep any existing state while developing -If you still have doubts, check out [the **official** Mastering Pinia course](https://masteringpinia.com). In the begining we cover how to build our own `defineStore()` function and then we move to the official Pinia API. +If you still have doubts, check out [the **official** Mastering Pinia course](https://masteringpinia.com). In the beginning we cover how to build our own `defineStore()` function and then we move to the official Pinia API. -- 2.47.3