From 2b0193158bbc35cbb0a176a13d7759a976227c87 Mon Sep 17 00:00:00 2001 From: chouchouji <70570907+chouchouji@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:33:08 +0800 Subject: [PATCH] docs(util): format docs (#26) --- docs/util/copy-text.md | 6 +++--- docs/zh/util/copy-text.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/util/copy-text.md b/docs/util/copy-text.md index 3e666b3..7643190 100644 --- a/docs/util/copy-text.md +++ b/docs/util/copy-text.md @@ -18,6 +18,6 @@ copyText('Hello, clipboard!') // The string will be written to the clipboard ### Return -| Type | -| ------ | -| `-` | +| Type | +| ---- | +| `-` | diff --git a/docs/zh/util/copy-text.md b/docs/zh/util/copy-text.md index 71bc38d..d5b7c55 100644 --- a/docs/zh/util/copy-text.md +++ b/docs/zh/util/copy-text.md @@ -18,6 +18,6 @@ copyText('Hello, clipboard!') // 字符串会被写入剪切板 ### 返回值 -| 类型 | -| ------ | -| `-` | +| 类型 | +| ---- | +| `-` |