Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): typo closeable to closable #1677

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/web-vue/components/message/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: Lightweight global feedback triggered by user actions.

@import ./__demo__/position.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/update.md

Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/message/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: 由用户的操作触发的轻量级全局反馈。

@import ./__demo__/position.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/update.md

Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/message/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: Lightweight global feedback triggered by user actions.

@import ./__demo__/position.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/update.md

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```yaml
title:
zh-CN: 可关闭
en-US: Closeable
en-US: Closable
```

## zh-CN
Expand All @@ -18,7 +18,7 @@ Set `closable` to show the close button.

```vue
<template>
<a-button @click="handleClick">Closeable Message</a-button>
<a-button @click="handleClick">Closable Message</a-button>
</template>

<script>
Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/tag/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Used for the selection, screening and classification of information

@import ./__demo__/basic.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/dynamically.md

Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/tag/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 用于信息的选择、筛选、分类。用户通过标签进行

@import ./__demo__/basic.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/dynamically.md

Expand Down
2 changes: 1 addition & 1 deletion packages/web-vue/components/tag/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: Used for the selection, screening and classification of information

@import ./__demo__/basic.md

@import ./__demo__/closeable.md
@import ./__demo__/closable.md

@import ./__demo__/dynamically.md

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```yaml
title:
zh-CN: 可关闭标签
en-US: Closeable
en-US: Closable
```

## zh-CN
Expand Down