We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef85a9 commit 83c587fCopy full SHA for 83c587f
docs/en/essentials/getting-started.md
@@ -30,7 +30,7 @@ Creating a Single-page Application with Vue.js + vue-router is dead simple. With
30
### JavaScript
31
32
``` js
33
-// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and than call Vue.use(VueRouter).
+// 0. If using a module system (e.g. via vue-cli), import Vue and VueRouter and then call Vue.use(VueRouter).
34
35
// 1. Define route components.
36
// These can be imported from other files
0 commit comments