From dc9eafdf933dcb9f216ef6fafb6bf70d5e7a7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Fri, 17 Sep 2021 09:18:40 +0800 Subject: [PATCH] docs: fix ElementPlus typo (#3449) --- docs/en-US/component/skeleton.md | 2 +- docs/en-US/guide/i18n.md | 8 ++++---- docs/en-US/guide/installation.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en-US/component/skeleton.md b/docs/en-US/component/skeleton.md index 3d1169c1a5..f8367b8bce 100644 --- a/docs/en-US/component/skeleton.md +++ b/docs/en-US/component/skeleton.md @@ -34,7 +34,7 @@ skeleton/animation ## Customized Template -ElementPlus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work. +Element Plus only provides the most common template, sometimes that could be a problem, so you have a slot named `template` to do that work. Also we have provided different types skeleton unit that you can choose, for more detailed info, please scroll down to the bottom of this page to see the API description. Also, when building your own customized skeleton structure, you should be structuring them as closer to the real DOM as possible, which avoiding the DOM bouncing caused by the height difference. diff --git a/docs/en-US/guide/i18n.md b/docs/en-US/guide/i18n.md index 9cf96bd982..af3e4ebee9 100644 --- a/docs/en-US/guide/i18n.md +++ b/docs/en-US/guide/i18n.md @@ -4,12 +4,12 @@ title: Internationalization # Internationalization -ElementPlus components are using English **by default**, if you wish you use other +Element Plus components are using English **by default**, if you wish you use other languages, you can get you answer by keep reading. ## Global configuration -ElementPlus provides global configurations +Element Plus provides global configurations ```typescript import ElementPlus from 'element-plus' @@ -22,7 +22,7 @@ app.use(ElementPlus, { ## ConfigProvider -ElementPlus also provides a Vue component [ConfigProvider](/en-US/component/config-provider) +Element Plus also provides a Vue component [ConfigProvider](/en-US/component/config-provider) for globally configuring locale and other settings. ```html @@ -53,7 +53,7 @@ for globally configuring locale and other settings. ## CDN Usage -If you are using ElementPlus via CDN, then you need to do this, let's again take +If you are using Element Plus via CDN, then you need to do this, let's again take unpkg as an example ```html diff --git a/docs/en-US/guide/installation.md b/docs/en-US/guide/installation.md index d30103317b..3134a6a1cd 100644 --- a/docs/en-US/guide/installation.md +++ b/docs/en-US/guide/installation.md @@ -44,7 +44,7 @@ If your network environment is not good, it is recommended to use a mirror regis ## Import in Browser -Import ElementPlus through browser HTML tags directly, and use global variable `ElementPlus`. +Import Element Plus through browser HTML tags directly, and use global variable `ElementPlus`. According to different CDN providers, there are different introduction methods. Here we use [unpkg](https://unpkg.com) and [jsDelivr](https://jsdelivr.com) as example.