Skip to content

Commit

Permalink
docs(Grid): fix typo in GridExampleStretched example description (#3167)
Browse files Browse the repository at this point in the history
The description of the `stretched` property of a grid row mentioned 'width', but should have mentioned 'height'.
  • Loading branch information
sgarrity authored and layershifter committed Sep 24, 2018
1 parent 3e4243a commit 663d44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/collections/Grid/Variations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const GridVariationsExamples = () => (

<ComponentExample
title='Stretched'
description='A row can automatically resize all elements to split the available width evenly.'
description='A row can automatically resize all elements to split the available height evenly.'
examplePath='collections/Grid/Variations/GridExampleStretched'
/>
<ComponentExample examplePath='collections/Grid/Variations/GridExampleStretchedEqual' />
Expand Down

0 comments on commit 663d44f

Please sign in to comment.