Skip to content

Commit 8be9430

Browse files
authored
fix: typo fixed in docs (#2344)
1 parent a0a870a commit 8be9430

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/app/pages/Components/Drawer/Drawer.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,21 +156,21 @@
156156
{
157157
name: 'md-persistent',
158158
type: 'String',
159-
description: 'Sets if the drawer will be persistent on the screen, always pusing the content when opened.',
159+
description: 'Sets if the drawer will be persistent on the screen, always pushing the content when opened.',
160160
defaults: 'null'
161161
},
162162
{
163163
offset: true,
164164
name: 'md-persistent="full"',
165165
type: 'String',
166-
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
166+
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pushing the content when opened.',
167167
defaults: '-'
168168
},
169169
{
170170
offset: true,
171171
name: 'md-persistent="mini"',
172172
type: 'String',
173-
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
173+
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pushing the content when opened.',
174174
defaults: '-'
175175
},
176176
]

docs/app/pages/Components/Tabs/Tabs.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<page-container centered :title="$t('pages.tabs.title')">
99
<div class="page-container-section">
1010
<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>
11-
<p>Tabs are really powerfull and have deep integration with Vue Core features and router.</p>
11+
<p>Tabs are really powerful and have deep integration with Vue Core features and router.</p>
1212
<note-block>More features for tabs will be come in the next weeks, like pagination scroll and touch events. :)</note-block>
1313
</div>
1414

0 commit comments

Comments
 (0)