From 1e8a41b08c57043723a9839c6935843a96b37666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Sun, 2 Oct 2016 02:51:04 -0400 Subject: [PATCH] Fix typo in Server-Side Rendering guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “right-clickig” → “right-clicking” --- src/guide/ssr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/ssr.md b/src/guide/ssr.md index ad5211a059..c46021f431 100644 --- a/src/guide/ssr.md +++ b/src/guide/ssr.md @@ -206,7 +206,7 @@ server.listen(5000, function (error) { }) ``` -And that's it! Here's [the full application](https://github.com/chrisvfritz/vue-ssr-demo-simple), in case you'd like to clone it and experiment further. Once you have it running locally, you can confirm that server-side rendering really is working by right-clickig on the page and selecting `View Page Source` (or similar). You should see this in the body: +And that's it! Here's [the full application](https://github.com/chrisvfritz/vue-ssr-demo-simple), in case you'd like to clone it and experiment further. Once you have it running locally, you can confirm that server-side rendering really is working by right-clicking on the page and selecting `View Page Source` (or similar). You should see this in the body: ``` html
You have been here for 0 seconds.