From d4aa5197af6c0013417f0c1c87f0606d8d986929 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Wed, 16 Nov 2016 20:06:02 +0800 Subject: [PATCH] fix doc typos --- examples/docs/en-US/installation.md | 2 +- examples/docs/en-US/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docs/en-US/installation.md b/examples/docs/en-US/installation.md index a1700a0e4..8ad49c029 100644 --- a/examples/docs/en-US/installation.md +++ b/examples/docs/en-US/installation.md @@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt - + diff --git a/examples/docs/en-US/quickstart.md b/examples/docs/en-US/quickstart.md index dd29c1c80..405c2860a 100644 --- a/examples/docs/en-US/quickstart.md +++ b/examples/docs/en-US/quickstart.md @@ -142,7 +142,7 @@ import ElementUI from 'element-ui' import 'element-ui/lib/theme-default/index.css' import App from './App.vue' -Vue.use(MintUI) +Vue.use(ElementUI) new Vue({ el: '#app',