From a8e22a0654399add3ed7d2281f2abd3fd340b910 Mon Sep 17 00:00:00 2001 From: linzx-jess Date: Thu, 30 Oct 2025 17:49:06 +0800 Subject: [PATCH] docs: fix typo and improve sentence in destroy-on-close example (#22630) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- docs/examples/dialog/destroy-on-close.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/dialog/destroy-on-close.vue b/docs/examples/dialog/destroy-on-close.vue index 5fdab6ca45..6dbd13e345 100644 --- a/docs/examples/dialog/destroy-on-close.vue +++ b/docs/examples/dialog/destroy-on-close.vue @@ -11,8 +11,8 @@ center > - 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.
Extra content (Not rendered)