Fix text issue (#416)

diff --git a/docs/docs/components/text.md b/docs/docs/components/text.md
index fe559b9..8ef37db 100644
--- a/docs/docs/components/text.md
+++ b/docs/docs/components/text.md
@@ -77,7 +77,7 @@
 :::
 
 ::: tip hack into word-break
-Developers could add `\uFEFF` 即[ZERO WIDTH NO-BREAK SPACE](http://jkorpela.fi/chars/spaces.html) just after the character with inconsistent word-break behavior to force no-break strategy, ref [demo](http://dotwe.org/vue/88a4b46f0dc1d1f6d82c506f490029ce) to see more detail。`\uFEFF` may not work on all Android ROMs, as some of them may just ignore it.
+Developers could add `\uFEFF` namely [ZERO WIDTH NO-BREAK SPACE](http://jkorpela.fi/chars/spaces.html) just after the character with inconsistent word-break behavior to force no-break strategy, ref [demo](http://dotwe.org/vue/88a4b46f0dc1d1f6d82c506f490029ce) to see more detail。`\uFEFF` may not work on all Android ROMs, as some of them may just ignore it.
 :::
 
 ## Example
diff --git a/docs/zh/docs/components/text.md b/docs/zh/docs/components/text.md
index 902d864..ab7086e 100644
--- a/docs/zh/docs/components/text.md
+++ b/docs/zh/docs/components/text.md
@@ -79,7 +79,7 @@
 :::
 
 ::: tip hack into word-break
-开发者可通过在意外换行处添加 `\uFEFF` 即[ZERO WIDTH NO-BREAK SPACE](http://jkorpela.fi/chars/spaces.html)以触发**强制不换行**,详细用法可参考[demo](http://dotwe.org/vue/88a4b46f0dc1d1f6d82c506f490029ce)。请注意这个方法**无法**保证在所有 Android ROM 上有效,一些 ROM 会忽略 *ZERO WIDTH NO-BREAK SPACE* 指令。
+开发者可通过在意外换行处添加 `\uFEFF` 即 [ZERO WIDTH NO-BREAK SPACE](http://jkorpela.fi/chars/spaces.html) 以触发**强制不换行**,详细用法可参考[demo](http://dotwe.org/vue/88a4b46f0dc1d1f6d82c506f490029ce)。请注意这个方法**无法**保证在所有 Android ROM 上有效,一些 ROM 会忽略 *ZERO WIDTH NO-BREAK SPACE* 指令。
 :::
 
 ## 示例