diff --git a/examples/docs/en-US/loading.md b/examples/docs/en-US/loading.md
index a305498a1..c7aebf069 100644
--- a/examples/docs/en-US/loading.md
+++ b/examples/docs/en-US/loading.md
@@ -70,7 +70,7 @@ You can customize loading text, loading spinner and background color.
```html
+ @click="openFullScreen">
As a service
@@ -153,7 +153,7 @@ Show a full screen animation while loading data.
this.fullscreenLoading = false;
}, 2000);
},
- openFullScreen2() {
+ openFullScreen() {
const loading = this.$loading({
lock: true,
text: 'Loading',
diff --git a/examples/docs/en-US/message-box.md b/examples/docs/en-US/message-box.md
index 2616e3507..dec08c4e6 100644
--- a/examples/docs/en-US/message-box.md
+++ b/examples/docs/en-US/message-box.md
@@ -44,13 +44,13 @@ Confirm is used to ask users' confirmation.
```html
- Click to open the Message Box
+ Click to open the Message Box