Skip to content

Commit

Permalink
fix: typo fixed in docs (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
akulsr0 committed Jun 17, 2022
1 parent a0a870a commit 8be9430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/app/pages/Components/Drawer/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,21 @@
{
name: 'md-persistent',
type: 'String',
description: 'Sets if the drawer will be persistent on the screen, always pusing the content when opened.',
description: 'Sets if the drawer will be persistent on the screen, always pushing the content when opened.',
defaults: 'null'
},
{
offset: true,
name: 'md-persistent="full"',
type: 'String',
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pushing the content when opened.',
defaults: '-'
},
{
offset: true,
name: 'md-persistent="mini"',
type: 'String',
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pushing the content when opened.',
defaults: '-'
},
]
Expand Down
2 changes: 1 addition & 1 deletion docs/app/pages/Components/Tabs/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<page-container centered :title="$t('pages.tabs.title')">
<div class="page-container-section">
<p>Tabs make it easy to explore, switch between different views and enable content organization at a high level, such as different data sets or functional aspects of an app.</p>
<p>Tabs are really powerfull and have deep integration with Vue Core features and router.</p>
<p>Tabs are really powerful and have deep integration with Vue Core features and router.</p>
<note-block>More features for tabs will be come in the next weeks, like pagination scroll and touch events. :)</note-block>
</div>

Expand Down

0 comments on commit 8be9430

Please sign in to comment.