Skip to content

Commit 5ab70a8

Browse files
williambelleapsdehal
authored andcommitted
Toolbar: Fixed typo in updatePagePadding and visibleOnPageShow
1 parent fbe473e commit 5ab70a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/toolbar.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,14 @@ If you're doing this programmatically, set this option inside the mobileinit eve
346346
<option name="updatePagePadding" default="true" example-value="false">
347347
<desc>This option is provided by the <code>fixedToolbar</code> extension.
348348
<p>Whether to set the page content div's top and bottom padding to the height of the <placeholder name="name"/>.</p>
349-
<p>This opstion is also exposed as a data attribute: <code>data-update-page-padding="false"</code>.</p>
349+
<p>This option is also exposed as a data attribute: <code>data-update-page-padding="false"</code>.</p>
350350
</desc>
351351
<type name="Boolean" />
352352
</option>
353353
<option name="visibleOnPageShow" default="true" example-value="false">
354354
<desc>This option is provided by the <code>fixedToolbar</code> extension.
355355
<p>Whether the <placeholder name="name"/> is shown along with the page.</p>
356-
<p>This opstion is also exposed as a data attribute: <code>data-visible-on-page-show="false"</code>.</p>
356+
<p>This option is also exposed as a data attribute: <code>data-visible-on-page-show="false"</code>.</p>
357357
</desc>
358358
<type name="Boolean" />
359359
</option>

0 commit comments

Comments
 (0)