Skip to content

Commit 2fe9096

Browse files
committed
fix: add space between link and text
1 parent 21c275b commit 2fe9096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/eslint-plugin-react-hooks/lints/immutability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: immutability
44

55
<Intro>
66

7-
验证是否修改了 props、state 和其它[不可变](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable)的值。
7+
验证是否修改了 props、state 和其它 [不可变](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable) 的值。
88

99
</Intro>
1010

0 commit comments

Comments
 (0)