diff --git a/docs/src/pages/GettingStarted.vue b/docs/src/pages/GettingStarted.vue index 236c6c0..ac30b1d 100644 --- a/docs/src/pages/GettingStarted.vue +++ b/docs/src/pages/GettingStarted.vue @@ -20,7 +20,7 @@ var VueMaterial = require('vue-material'); * Others package managers like JSPM and Bower are not supported yet. -
Or download from Github and reference the script and the stylesheet in yout HTML:
+Or download from Github and reference the script and the stylesheet in your HTML:
Enable Vue Material in your application using enableAll method. If you want to enable only some components you can enable them using Vue.use():
Enable Vue Material in your application using Vue.use(). You can always enable individual components:
Right now, to get Vue Material working properly, you'll need configure and apply a default theme.
+To get Vue Material working properly, you'll need to configure and apply a default theme.