Skip to content

Commit 8401ecf

Browse files
Update lesson 16 - React Part 4.md
1 parent a4c5302 commit 8401ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson 16 - React Part 4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You are familiar with the instantiation of a component.
4949
```javascript
5050
class HelloMessage extends React.Component {
5151
constructor(){
52-
super():
52+
super();
5353
}
5454

5555
render(){

0 commit comments

Comments
 (0)