Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unneccesary apostrophes in description #8

Merged
merged 1 commit into from
Jun 1, 2020
Merged
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
Removed unneccesary apostrophes in description
  • Loading branch information
charlesfinley authored and charlesfinley committed Jun 1, 2020
commit fba03e8cd94aa78c8bf37368cb6ae78a2a0315b3
8 changes: 4 additions & 4 deletions src/components/Home/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ const Features = () => {
<div className='feature-card'>
<UserPlus size={70} color='#00d1b2' />
<div className='meta'>
<h3 className='has-text-info'>Developer Portfolio's</h3>
<h3 className='has-text-info'>Developer Portfolios</h3>
<p>
Collection of so many Developer Portfolio's, from which you
Collection of so many Developer Portfolios, from which you
can get inspired to acheive great.
</p>
</div>
Expand All @@ -85,9 +85,9 @@ const Features = () => {
<div className='feature-card'>
<UploadCloud size={70} color='#00d1b2' />
<div className='meta'>
<h3 className='has-text-info'>Public Api's</h3>
<h3 className='has-text-info'>Public APIs</h3>
<p>
Collection of different kinds of Free Api's to use in your
Collection of different kinds of Free APIs to use in your
software and web Development.
</p>
</div>
Expand Down