Skip to content

Commit e032a89

Browse files
authored
Merge pull request #1 from andygrunwald/patch-1
Fixed typo: bulid => build
2 parents db5caca + fe98782 commit e032a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/0-vue.js-vuex-router/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are some key points to bulid this project:
6262
- How to deal with .vue file?
6363
**Answer :** Files ended up with .vue mean that they are single file components. We can replace them with "x-template" in html part, "Vue.extend" in javascript part and css file in style part. Want to know more specific you should take a dive into the source code.
6464

65-
After you conquered all these problems and with good understanding of vue.js ecosystem, you can bulid this project all by your own!
65+
After you conquered all these problems and with good understanding of vue.js ecosystem, you can build this project all by your own!
6666

6767
> Note: The loading order of files in the html head part affects this project a lot because of the dependency. Tested successfully in Chrome but failed in Firefox and IE. So make sure you use Chrome or replace the native file with links.
6868

0 commit comments

Comments
 (0)