Update 10_react_project_folder_structure.md

there was a grammatical error in the code.
pull/306/head
zeref31 2 years ago committed by GitHub
parent 8b41cd49c3
commit f6e88d8f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -296,7 +296,7 @@ class Main extends React.Component {
<TechList techs={this.props.techs} />
</ul>
{techs.length === 3 && (
<p>You have all the prerequisite courses to get started React</p>
<p>You have all the prerequisite courses to get started with React.</p>
)}
<div>
<Button

Loading…
Cancel
Save