Skip to content

Commit 921cdab

Browse files
jessyntPanJiaChen
authored andcommitted
docs: fix typo (#2170)
1 parent 440b5c6 commit 921cdab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/example/components/ArticleDetail.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PlatformDropdown v-model="postForm.platforms" />
77
<SourceUrlDropdown v-model="postForm.source_uri" />
88
<el-button v-loading="loading" style="margin-left: 10px;" type="success" @click="submitForm">
9-
Publush
9+
Publish
1010
</el-button>
1111
<el-button v-loading="loading" type="warning" @click="draftForm">
1212
Draft
@@ -35,7 +35,7 @@
3535
</el-col>
3636

3737
<el-col :span="10">
38-
<el-form-item label-width="120px" label="Publush Time:" class="postInfo-container-item">
38+
<el-form-item label-width="120px" label="Publish Time:" class="postInfo-container-item">
3939
<el-date-picker v-model="displayTime" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="Select date and time" />
4040
</el-form-item>
4141
</el-col>

0 commit comments

Comments
 (0)