🌐 AI搜索 & 代理 主页
Skip to content

Commit 6468adf

Browse files
eddybrandotmorehouse
authored andcommitted
docs(modal): fix trivial typo (#4104)
Remove repeated "the"
1 parent 8c99a47 commit 6468adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using the `ok-title` and `cancel-title` props, or using the named slots `modal-o
2727

2828
`<b-modal>` supports close on ESC (enabled by default), close on backdrop click (enabled by
2929
default), and the `X` close button in the header (enabled by default). These features may be
30-
disabled by setting the the props `no-close-on-esc`, `no-close-on-backdrop`, and `hide-header-close`
30+
disabled by setting the props `no-close-on-esc`, `no-close-on-backdrop`, and `hide-header-close`
3131
respectively.
3232

3333
You can override the modal title via the named slot `modal-title`, override the header completely

0 commit comments

Comments
 (0)