Skip to content

Commit 215c98c

Browse files
committed
translate children page
1 parent 20b552e commit 215c98c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/Children.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Bu `children` içindeki node'ların sayısı.
6464

6565
### `Children.forEach(children, fn, thisArg?)` {/*children-foreach*/}
6666

67-
Call `Children.forEach(children, fn, thisArg?)` to run some code for each child in the `children` data structure.
67+
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.
6868

6969
```js src/RowList.js active
7070
import { Children } from 'react';
@@ -78,7 +78,7 @@ function SeparatorList({ children }) {
7878
// ...
7979
```
8080
81-
[See more examples below.](#running-some-code-for-each-child)
81+
[Aşağıda daha fazla örneğe bakın](#running-some-code-for-each-child)
8282
8383
#### Parameters {/*children-foreach-parameters*/}
8484

0 commit comments

Comments
 (0)