Skip to content

Commit 83c587f

Browse files
committed
Fix typo in essentials.md
1 parent 4ef85a9 commit 83c587f

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
@@ -30,7 +30,7 @@ Creating a Single-page Application with Vue.js + vue-router is dead simple. With
3030
### JavaScript
3131

3232
``` js
33-
// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and than call Vue.use(VueRouter).
33+
// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and then call Vue.use(VueRouter).
3434

3535
// 1. Define route components.
3636
// These can be imported from other files

0 commit comments

Comments
 (0)