Browse Source

chore: [Numeral] Fixing documentation errors

Signed-off-by: uiuing <[email protected]>
uiuing 3 years ago
parent
commit
20f5ad9e21
2 changed files with 3 additions and 2 deletions
  1. 0 1
      content/basic/typography/index-en-US.md
  2. 3 1
      content/basic/typography/index.md

+ 0 - 1
content/basic/typography/index-en-US.md

@@ -149,7 +149,6 @@ function Demo() {
 
 ### Numeral
 
-[//]: # (基于Text组件,添加了属性: `rule`, `precision`, `truncate`, `parser`, 以提供需要单独处理文本中Numeral 的能力)
 Based on Text component, added properties: `rule`, `precision`, `truncate`, `parser`, to provide the ability to handle Numeral in text separately.
 
 ```jsx live=true

+ 3 - 1
content/basic/typography/index.md

@@ -138,7 +138,9 @@ function Demo() {
 ```
 
 ### 数值组件
-基于Text组件,添加了属性: `rule`, `precision`, `truncate`, `parser`, 以提供需要单独处理文本中Numeral 的能力
+
+基于Text组件,添加了属性: `rule`, `precision`, `truncate`, `parser`, 以提供需要单独处理文本中数值的能力
+
 ```jsx live=true
 import React from 'react';
 import { Typography } from '@douyinfe/semi-ui';