Skip to content

Commit 34cf5cc

Browse files
committed
Rules of React page
1 parent 5aeb338 commit 34cf5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/rules/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Kod tabanınızın React Kurallarına uymasına yardımcı olmak için React'in
2222

2323
---
2424

25-
## Components and Hooks must be pure {/*components-and-hooks-must-be-pure*/}
25+
## Bileşenler ve Hook'lar saf olmalıdır {/*components-and-hooks-must-be-pure*/}
2626

2727
[Purity in Components and Hooks](/reference/rules/components-and-hooks-must-be-pure) is a key rule of React that makes your app predictable, easy to debug, and allows React to automatically optimize your code.
2828

0 commit comments

Comments
 (0)