浏览代码

docs: Update doc

songjian 4 年之前
父节点
当前提交
4d9d3cdb96
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      content/basic/space/index-en-US.md

+ 1 - 1
content/basic/space/index-en-US.md

@@ -79,7 +79,7 @@ import { Space, Button, Tag } from '@douyinfe/semi-ui';
 
 ### Spacing
 
-You can use `spacing` to set the spacing size, optional: `tight` (8px, defalut), `medium` (16px), `loose` (24px), and allow to pass in number to customize the spacing size, and also support to pass in array to set the horizontal and vertical spacing at the same time.
+You can use `spacing` to set the spacing size, optional: `tight` (8px, default), `medium` (16px), `loose` (24px), and allow to pass in number to customize the spacing size, and also support to pass in array to set the horizontal and vertical spacing at the same time.
 
 ```jsx live=true hideInDSM
 import React from 'react';