From d70e89e2fb2a1f718fa7346099c0d3a91d826b23 Mon Sep 17 00:00:00 2001 From: Fatos Morina Date: Sat, 14 Oct 2017 19:15:11 +0200 Subject: [PATCH] Use colon --- content/docs/reference-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-react.md b/content/docs/reference-react.md index 29073545..f25dbed8 100644 --- a/content/docs/reference-react.md +++ b/content/docs/reference-react.md @@ -50,7 +50,7 @@ See [Using React without JSX](/docs/react-without-jsx.html) for more information ### `React.Component` -`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). +`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): ```javascript class Greeting extends React.Component {