Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a0f418b

Browse files
roryokanechrisvfritz
authored andcommitted
Fix typo in Server-Side Rendering guide (vuejs#434)
"right-clickig" → "right-clicking"
1 parent 48c2a75 commit a0f418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/guide/ssr.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ server.listen(5000, function (error) {
206206
})
207207
```
208208

209-
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:
209+
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:
210210

211211
``` html
212212
<div id="app" server-rendered="true">You have been here for 0 seconds&period;</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /