Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Oct 15, 2023
1 parent 5a027da commit daee3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/content/docs/apis/press-down.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: pressDown

Press a button programmatically.

Analog Joysticks is not supported by now.
Analog Joysticks are not supported by now.

## Usage
```js
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/apis/press-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: pressUp

Release a button programmatically.

Analog Joysticks is not supported by now.
Analog Joysticks are not supported by now.

## Usage
```js
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/apis/press.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: press

Press a button and then release it programmatically. This is a shortcut for a combination of [`pressDown`](/apis/press-down) and [`pressUp`](/apis/press-up).

Analog Joysticks is not supported by now.
Analog Joysticks are not supported by now.

## Usage
```js
Expand Down

0 comments on commit daee3fb

Please sign in to comment.