Day 7 typo fix

pull/284/head
ThomSullivan 3 years ago
parent d0c066fcb9
commit 1a9066cfd0

@ -112,7 +112,7 @@ import ReactDOM from 'react-dom'
class Header extends React.Component { class Header extends React.Component {
constructor(props) { constructor(props) {
super(props) super(props)
// the code inside the constructor run before any other code // the code inside the constructor runs before any other code
} }
render() { render() {
return ( return (

Loading…
Cancel
Save