mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: fix typo and improve sentence in destroy-on-close example (#22630)
docs(docs): fix typo and improve sentence in destroy-on-close example When I was reading the guide documentation, I found this sentence a bit confusing. It turned out that there was a small typo (“bellow” → “below”) and the phrasing wasn’t very natural. So I tried to fix it for better readability. Thanks to all the maintainers for your hard work! Co-authored-by: Linzx <14808625+sheldorplus@user.noreply.gitee.com>
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
center
|
||||
>
|
||||
<span>
|
||||
Notice: before dialog gets opened for the first time this node and the one
|
||||
bellow will not be rendered
|
||||
Notice: before the dialog is opened for the first time, this node and the
|
||||
one below will not be rendered.
|
||||
</span>
|
||||
<div>
|
||||
<strong>Extra content (Not rendered)</strong>
|
||||
|
||||
Reference in New Issue
Block a user