Skip to content

Commit

Permalink
Remove punctuation for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristofer Selbekk committed Oct 11, 2018
1 parent 83542fc commit 9b75131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus/website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const FineGrainedFeatures = props => (
{
title: 'Babel Macros',
content:
'Need some extra Babel-power? Babel Macros gives you just that!',
'Need some extra Babel-power? Babel Macros gives you just that',
},
{
title: 'SVGs in React',
Expand All @@ -225,7 +225,7 @@ const FineGrainedFeatures = props => (
{
title: 'Progressive Web Apps',
content:
'Every app created by Create React App is a fully Lighthouse-compliant PWA - opt in.',
'Every app created by Create React App is a fully Lighthouse-compliant PWA - opt in',
},
{
title: 'Great DX',
Expand Down

0 comments on commit 9b75131

Please sign in to comment.