Skip to content

Commit 71d0a2c

Browse files
committed
translate createElement page
1 parent d48e12c commit 71d0a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/createElement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Greeting({ name }) {
4646

4747
#### Returns {/*returns*/}
4848

49-
`createElement` returns a React element object with a few properties:
49+
`createElement`, birkaç özelliğe sahip bir React element nesnesi döndürür:
5050

5151
* `type`: The `type` you have passed.
5252
* `props`: The `props` you have passed except for `ref` and `key`.

0 commit comments

Comments
 (0)