Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed spelling error on symptoms page
  • Loading branch information
Steven Opperman authored and Steven Opperman committed Jun 12, 2020
commit 5dd7d55a97c7d6be661f731d8b4b034a3d4701dc
2 changes: 1 addition & 1 deletion src/components/Symptoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Symptoms extends Component {
<li>runny</li>
<li>nose.</li>
<li>sore throat.</li>
<li>diarrhoea.</li>
<li>diarrhea.</li>
</ul>
</div>
<small className={classes.info}>
Expand Down