Skip to content

Commit a42b1c7

Browse files
gbezyukposva
authored andcommitted
typo fix in getting-started.md (#942)
1 parent 1447abf commit a42b1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/essentials/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Creating a Single-page Application with Vue.js + vue-router is dead simple. With Vue.js, we are already composing our application with components. When adding vue-router to the mix, all we need to do is map our components to the routes and let vue-router know where to render them. Here's a basic example:
66

7-
> All examples will be using the standalone version of vue to make template parsing possible. See more details [here](http://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build)
7+
> All examples will be using the standalone version of Vue to make template parsing possible. See more details [here](http://vuejs.org/guide/installation.html#Standalone-vs-Runtime-only-Build).
88
99
### HTML
1010

0 commit comments

Comments
 (0)