Skip to content

Commit 8eb29c6

Browse files
committed
rules-of-hooks
1 parent 5ab0bba commit 8eb29c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/rules/rules-of-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Bu hataları yakalamak için [`eslint-plugin-react-hooks` eklentisini](https://w
115115

116116
---
117117

118-
## Only call Hooks from React functions {/*only-call-hooks-from-react-functions*/}
118+
## Hook'ları yalnızca React fonksiyonlarından çağırın {/*only-call-hooks-from-react-functions*/}
119119

120120
Don’t call Hooks from regular JavaScript functions. Instead, you can:
121121

0 commit comments

Comments
 (0)