Skip to content

Commit b8952df

Browse files
committed
Fix word (from #102)
1 parent 8e81c5a commit b8952df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic Usage
22

3-
Creating a Single-page Application with Vue.js + vue-router is dead simple. With Vue.js, we are already breaking our application into 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:
3+
Creating a Single-page Application with Vue.js + vue-router is dead simple. With Vue.js, we are already dividing our application into 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:
44

55
### HTML
66

0 commit comments

Comments
 (0)