Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszWatroba committed Feb 4, 2015
1 parent 5f1d001 commit bfc1d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/v-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</button>
*/
/**
* Resoult HTML: if isBusy === true, and button is pressed
* Result HTML: if isBusy === true, and button is pressed
*
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
<span>Please wait</span>
Expand Down
2 changes: 1 addition & 1 deletion src/vButton/styles/v-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

/**
* Resoult HTML: if isBusy === true, and button is pressed
* Result HTML: if isBusy === true, and button is pressed
*
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
<span>Please wait</span>
Expand Down

0 comments on commit bfc1d44

Please sign in to comment.