Skip to content

Commit a63441d

Browse files
committed
translate createRef page
1 parent 6fa1f2f commit a63441d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/createRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MyComponent extends Component {
4848
4949
#### Returns {/*returns*/}
5050
51-
`createRef` returns an object with a single property:
51+
`createRef` tek bir özelliğe sahip bir nesne döndürür:
5252
5353
* `current`: Initially, it's set to the `null`. You can later set it to something else. If you pass the ref object to React as a `ref` attribute to a JSX node, React will set its `current` property.
5454

0 commit comments

Comments
 (0)