Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixed typo on inline button page. Partially fixes #4021
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Apr 12, 2012
1 parent 6c7ea35 commit 38e3c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buttons/buttons-inline.html
Expand Up @@ -56,7 +56,7 @@ <h2>Inline buttons</h2>
<p>If you want buttons to sit side-by-side but stretch to fill the width of the screen, you can use the <a href="../content/content-grids.html">content column grids</a> to put normal full-width buttons into 2- or 3-columns.</p>

<h2>Icon example</h2>
<p>When an <a href="buttons-icons.html">icon</a> is added to an inline icon, the button will grow wider to accommodate the icon:<p>
<p>When an <a href="buttons-icons.html">icon</a> is added to an inline button, the button will grow wider to accommodate the icon:<p>

<a href="index.html" data-role="button" data-icon="delete" data-inline="true">Cancel</a>
<a href="index.html" data-role="button" data-icon="check" data-theme="b" data-inline="true">Save</a>
Expand Down

0 comments on commit 38e3c21

Please sign in to comment.