Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 39cca57

Browse files
committed
Buttons: Fixing typos in demo file
1 parent 2b22c8d commit 39cca57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/buttons.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ <h3>Button Element</h3>
8383
</form>
8484

8585

86-
<h3>Setting Button Appearence Via Classes</h3>
86+
<h3>Setting Button Appearance Via Classes</h3>
8787

88-
<p>Sometimes you might need to set the class of a ui-button to display a state. This code works a<code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, or <code>&lt;input&gt;</code> elements.</p>
88+
<p>Sometimes you might need to set the class of a ui-button to display a state. This code works with <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, or <code>&lt;input&gt;</code> elements.</p>
8989

9090
<h3>Disabled Class</h3>
9191
<p>Add <code>--disabled</code> to the end of the button class.</p>

0 commit comments

Comments
 (0)