docs: fix ElementPlus typo (#3449)

This commit is contained in:
三咲智子 2021-09-17 09:18:40 +08:00 committed by GitHub
parent c86c2b0fe9
commit dc9eafdf93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.