We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c275b commit 2fe9096Copy full SHA for 2fe9096
src/content/reference/eslint-plugin-react-hooks/lints/immutability.md
@@ -4,7 +4,7 @@ title: immutability
4
5
<Intro>
6
7
-验证是否修改了 props、state 和其它[不可变](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable)的值。
+验证是否修改了 props、state 和其它 [不可变](/reference/rules/components-and-hooks-must-be-pure#props-and-state-are-immutable) 的值。
8
9
</Intro>
10
0 commit comments