From 6a96dcafd5ae8d15463c2d6ecaf174ba100539db Mon Sep 17 00:00:00 2001 From: Timi Omoyeni Date: Mon, 6 Jun 2022 09:46:32 +0100 Subject: [PATCH] Update index.md (#1344) Correct typo on comment --- packages/docs/ssr/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2