From: Timi Omoyeni Date: Mon, 6 Jun 2022 08:46:32 +0000 (+0100) Subject: Update index.md (#1344) X-Git-Tag: @pinia/nuxt@0.2.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a96dcafd5ae8d15463c2d6ecaf174ba100539db;p=thirdparty%2Fvuejs%2Fpinia.git Update index.md (#1344) Correct typo on comment --- diff --git a/packages/docs/ssr/index.md b/packages/docs/ssr/index.md index 98e68c6e..85afe4b1 100644 --- a/packages/docs/ssr/index.md +++ b/packages/docs/ssr/index.md @@ -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