Skip to content

Commit

Permalink
Update index.js to fix two spelling mistakes (#380)
Browse files Browse the repository at this point in the history
These are minor errors but they are both rather prominent in the page.
  • Loading branch information
shearichard authored Feb 16, 2021
1 parent d42d5e8 commit c90e60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-example/components/organisms/FeatureList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const FeatureList = ({ ...props }) => (
<div {...props}>
<StyledHeading>Basic stack</StyledHeading>
<Description>
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
It includes everything necessary to build a typical web app with focus on productivity and developer experience.
<br />
<Link href="https://github.com/diegohaz/arc/wiki/Workflow">Learn more about the recomended workflow</Link>
<Link href="https://github.com/diegohaz/arc/wiki/Workflow">Learn more about the recommended workflow</Link>
</Description>
<Grid>
<StyledFeature
Expand Down

0 comments on commit c90e60c

Please sign in to comment.