Skip to content

Commit

Permalink
Fix homepage typos (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrondeel authored and chandlerprall committed Jul 18, 2018
1 parent 340dc75 commit 24f8fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/home/home_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ export const HomeView = () => (
<dt>EUI is accessible to everyone.</dt>
<dd>Use high contrast, color-blind safe palettes and proper aria labels.</dd>
<dt>EUI is themable.</dt>
<dd>Theming should involve changingless than a dozen lines of code. This means strict variable usage.</dd>
<dd>Theming should involve changing less than a dozen lines of code. This means strict variable usage.</dd>
<dt>EUI is responsive.</dt>
<dd>Currently we target mobile, laptop, desktop and wide desktop breakpoints.</dd>
<dt>EUI is playful.</dt>
<dd>Consistent use of animation can bring life to our design.</dd>
<dt>EUI is documented and has tests.</dt>
<dd>Make sure Make sure the code is friendly to the novice and expert alike.</dd>
<dd>Make sure the code is friendly to the novice and expert alike.</dd>
</dl>
</EuiText>
</div>
Expand Down

0 comments on commit 24f8fef

Please sign in to comment.