Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Jan 5, 2024
1 parent 86d2fa3 commit 4cfb029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/browser-events/browserEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace browserEvents {
}

//% blockId=browserEvents_mouseButton_isPressed
//% block="is $this mouse button is pressed"
//% block="is $this mouse button pressed"
//% group="Mouse"
//% weight=40
isPressed() {
Expand Down
2 changes: 1 addition & 1 deletion libs/browser-events/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ namespace browserEvents {
}

//% blockId=browserEvents_key_isPressed
//% block="is $this key is pressed"
//% block="is $this key pressed"
//% group="Keyboard"
//% weight=90
isPressed() {
Expand Down

0 comments on commit 4cfb029

Please sign in to comment.