Skip to content

Commit e3cd73a

Browse files
goyalmunishgaearon
authored andcommitted
Update sentence to make it grammatically correct so as to void confusion (reactjs#188)
1 parent e2945e4 commit e3cd73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/state-and-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ We [mentioned before](/docs/components-and-props.html#functional-and-class-compo
7979

8080
You can convert a functional component like `Clock` to a class in five steps:
8181

82-
1. Create an [ES6 class](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Classes) with the same name that extends `React.Component`.
82+
1. Create an [ES6 class](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Classes), with the same name, that extends `React.Component`.
8383

8484
2. Add a single empty method to it called `render()`.
8585

0 commit comments

Comments
 (0)