Skip to content

Commit d15e143

Browse files
committed
translate createElement page
1 parent b604130 commit d15e143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/createElement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ const element = createElement(type, props, ...children)
1616

1717
---
1818

19-
## Reference {/*reference*/}
19+
## Başvuru Dokümanı {/*reference*/}
2020

2121
### `createElement(type, props, ...children)` {/*createelement*/}
2222

23-
Call `createElement` to create a React element with the given `type`, `props`, and `children`.
23+
Verilen `type`, `props` ve `children` ile bir React elemanı oluşturmak için `createElement` çağrısı yapın.
2424

2525
```js
2626
import { createElement } from 'react';

0 commit comments

Comments
 (0)