]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
Update index.md (#1344)
authorTimi Omoyeni <omoyenitimi@gmail.com>
Mon, 6 Jun 2022 08:46:32 +0000 (09:46 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 08:46:32 +0000 (10:46 +0200)
Correct typo on comment

packages/docs/ssr/index.md

index 98e68c6e19c06772bd483c4e8fa7ccbc8768d20f..85afe4b1ba42ce9c0fc150d2f78da736287ae897 100644 (file)
@@ -60,7 +60,7 @@ const app = createApp(App)
 app.use(router)
 app.use(pinia)
 
-// after rendering the page, the root state is build and can be read directly
+// after rendering the page, the root state is built and can be read directly
 // on `pinia.state.value`.
 
 // serialize, escape (VERY important if the content of the state can be changed