Skip to content

Commit 1dccf07

Browse files
authored
~the~
fixes #763
1 parent cf7329d commit 1dccf07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/refs-and-the-dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Your first inclination may be to use refs to "make things happen" in your app. I
3737
3838
### Creating Refs
3939

40-
Refs are created using `React.createRef()` and attached to React elements via the `ref` attribute. Refs are commonly assigned to an instance property when a component is constructed so they can be referenced throughout the the component.
40+
Refs are created using `React.createRef()` and attached to React elements via the `ref` attribute. Refs are commonly assigned to an instance property when a component is constructed so they can be referenced throughout the component.
4141

4242
```javascript{4,7}
4343
class MyComponent extends React.Component {

0 commit comments

Comments
 (0)