]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix typo in introduction.md (#2925)
authorIdorenyin Udoh <idorenyinudoh10@outlook.com>
Sat, 1 Mar 2025 21:12:02 +0000 (22:12 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 21:12:02 +0000 (22:12 +0100)
packages/docs/introduction.md

index 077f0bc7197e2144cc3a14c08ce054491cbd1956..7092e98ca70ef8c23de17919878ecb809d5bb7d9 100644 (file)
@@ -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.
 
 <VueMasteryLogoLink for="pinia-cheat-sheet">
 </VueMasteryLogoLink>