diff --git a/docs/src/content/docs/apis/press-down.md b/docs/src/content/docs/apis/press-down.md index 05e4262..f2e3321 100644 --- a/docs/src/content/docs/apis/press-down.md +++ b/docs/src/content/docs/apis/press-down.md @@ -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 diff --git a/docs/src/content/docs/apis/press-up.md b/docs/src/content/docs/apis/press-up.md index 2593803..625fe20 100644 --- a/docs/src/content/docs/apis/press-up.md +++ b/docs/src/content/docs/apis/press-up.md @@ -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 diff --git a/docs/src/content/docs/apis/press.md b/docs/src/content/docs/apis/press.md index b97d317..149e935 100644 --- a/docs/src/content/docs/apis/press.md +++ b/docs/src/content/docs/apis/press.md @@ -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