Remove punctuation for consistency

This commit is contained in:
Kristofer Selbekk
2018-10-11 10:08:07 +02:00
parent 83542fca5b
commit 9b751311d2

View File

@@ -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',
@@ -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',