We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b552e commit 215c98cCopy full SHA for 215c98c
1 file changed
src/content/reference/react/Children.md
@@ -64,7 +64,7 @@ Bu `children` içindeki node'ların sayısı.
64
65
### `Children.forEach(children, fn, thisArg?)` {/*children-foreach*/}
66
67
-Call `Children.forEach(children, fn, thisArg?)` to run some code for each child in the `children` data structure.
+Children veri yapısındaki her alt eleman için bazı kodlar çalıştırmak üzere `Children.forEach(children, fn, thisArg?)` öğesini çağırın.
68
69
```js src/RowList.js active
70
import { Children } from 'react';
@@ -78,7 +78,7 @@ function SeparatorList({ children }) {
78
// ...
79
```
80
81
-[See more examples below.](#running-some-code-for-each-child)
+[Aşağıda daha fazla örneğe bakın](#running-some-code-for-each-child)
82
83
#### Parameters {/*children-foreach-parameters*/}
84
0 commit comments