Skip to content

Commit

Permalink
fix: docs for container component
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcamargo committed Sep 23, 2020
1 parent cb71425 commit 411c962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/react/components/container/container.doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
{/* The following div has been created for documentation purpose only */}
<div data-wrapper>
<Container size="lg">
<div>Large container streches up to 960px</div>
<div>Large container streches up to 1200px</div>
</Container>
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/vue/components/container/container.doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
<!-- The following div has been created for documentation purpose only -->
<div data-wrapper>
<t-container size="lg">
<p>Large container streches up to 960px</p>
<p>Large container streches up to 1200px</p>
</t-container>
</div>
</div>
Expand Down

0 comments on commit 411c962

Please sign in to comment.