From: Idorenyin Udoh Date: Sat, 1 Mar 2025 21:12:02 +0000 (+0100) Subject: docs: fix typo in introduction.md (#2925) X-Git-Tag: @pinia/nuxt@0.11.0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3531e5c2769cad908041bfc179185641b46a0361;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix typo in introduction.md (#2925) --- 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.