Skip to content

Commit

Permalink
Fixed a minor typo: immmediately => immediately (#25036)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-xia authored Oct 3, 2022
1 parent a27927f commit 192e997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture
- `mousedown`: Should immediately change the styling of the `Button` so that it appears to be pressed.
- `mouseup`:
- If triggered while cursor is still inside of the `Button's` boundaries, then it should trigger the `Button's` action and immediately remove the pressed styling of the `Button`.
- If triggered outside of the `Button's` boundaries, then it should immmediately remove the pressed styling of the `Button` without triggering the `Button's` action.
- If triggered outside of the `Button's` boundaries, then it should immediately remove the pressed styling of the `Button` without triggering the `Button's` action.

### Touch interaction

Expand Down

0 comments on commit 192e997

Please sign in to comment.