From f6ae0bc127680ce1b6cf3775da3f93df4e45f1a9 Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 1 Oct 2022 14:08:09 +1000 Subject: [PATCH] Fixed a minor typo: immmediately => immediately --- specs/Button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/Button.md b/specs/Button.md index 0720872db59be6..7ce84ba60c2073 100644 --- a/specs/Button.md +++ b/specs/Button.md @@ -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