Skip to content

Commit 16f5ee7

Browse files
stefan-yshJackLian
authored andcommitted
fix: Corrected a misspelling in the docs
1 parent 9ccf853 commit 16f5ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guide/design/setter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sidebar_position: 6
3232

3333
### SettingTarget 抽象
3434

35-
如果不是多选,可以直接暴露 `Node` 给到这,但涉及多选编辑的时候,大家的值时通常是不一样的,设置的时候需要批量设置进去,这里主要封装这些逻辑,把多选编辑的复杂性屏蔽掉。
35+
如果不是多选,可以直接暴露 `Node` 给到这,但涉及多选编辑的时候,大家的值通常是不一样的,设置的时候需要批量设置进去,这里主要封装这些逻辑,把多选编辑的复杂性屏蔽掉。
3636

3737
所选节点所构成的**设置对象**抽象如下:
3838

0 commit comments

Comments
 (0)