Skip to content

Commit

Permalink
docs(List): fix duplicate Types sections (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason authored Apr 17, 2018
1 parent 8e769c0 commit 1b14e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Examples/elements/List/Variations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection'

const ListVariations = () => (
<ExampleSection title='Types'>
<ExampleSection title='Variations'>
<ComponentExample
title='Horizontal'
description='A list can be formatted to have items appear horizontally'
Expand Down

0 comments on commit 1b14e83

Please sign in to comment.