Skip to content

Commit d70e89e

Browse files
committed
Use colon
1 parent ddd8cca commit d70e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See [Using React without JSX](/docs/react-without-jsx.html) for more information
5050

5151
### `React.Component`
5252

53-
`React.Component` is the base class for React components when they are defined using [ES6 classes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Classes).
53+
`React.Component` is the base class for React components when they are defined using [ES6 classes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Classes):
5454

5555
```javascript
5656
class Greeting extends React.Component {

0 commit comments

Comments
 (0)