Skip to content

Commit bfc1d44

Browse files
committed
fix typo
1 parent 5f1d001 commit bfc1d44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/v-button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</button>
1818
*/
1919
/**
20-
* Resoult HTML: if isBusy === true, and button is pressed
20+
* Result HTML: if isBusy === true, and button is pressed
2121
*
2222
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
2323
<span>Please wait</span>

src/vButton/styles/v-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
/**
15-
* Resoult HTML: if isBusy === true, and button is pressed
15+
* Result HTML: if isBusy === true, and button is pressed
1616
*
1717
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
1818
<span>Please wait</span>

0 commit comments

Comments
 (0)