Skip to content

Commit a1f5266

Browse files
committed
rules-of-hooks
1 parent c316b04 commit a1f5266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Bu hataları yakalamak için [`eslint-plugin-react-hooks` eklentisini](https://w
119119

120120
Hook'ları normal JavaScript fonksiyonlarından çağırmayın. Bunun yerine şunları yapabilirsiniz:
121121

122-
Call Hooks from React function components.
123-
Call Hooks from [custom Hooks](/learn/reusing-logic-with-custom-hooks#extracting-your-own-custom-hook-from-a-component).
122+
React fonksiyon bileşenlerinden Hook'ları çağırın.
123+
Hook'ları [özel Hook'lar](/learn/reusing-logic-with-custom-hooks#extracting-your-own-custom-hook-from-a-component)'dan çağırın.
124124

125125
By following this rule, you ensure that all stateful logic in a component is clearly visible from its source code.
126126

0 commit comments

Comments
 (0)