Skip to content

Commit 005dd34

Browse files
authored
Fix small typo
1 parent 4844ac2 commit 005dd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-generator/vuejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create a Vue.js application using [vue-cli](https://github.com/vuejs/vue-cli):
55
$ vue init webpack-simple my-app
66
$ cd my-app
77

8-
Install Vue Router, Vuex and babel-plugin-transform-builtin-extend (to allow extending bultin types like Error and Array):
8+
Install Vue Router, Vuex and babel-plugin-transform-builtin-extend (to allow extending built-in types like Error and Array):
99

1010
$ yarn add vue-router vuex babel-plugin-transform-builtin-extend babel-preset-es2015 babel-preset-stage-2
1111

0 commit comments

Comments
 (0)