diff --git a/docs/api.md b/docs/api.md index ef85bc0f..4141bf9e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1269,7 +1269,7 @@ If `key` is a modifier key, `Shift`, `Meta`, `Control`, or `Alt`, subsequent key After the key is pressed once, subsequent calls to [`keyboard.down`](#keyboarddownkey-options) will have [repeat](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/repeat) set to true. To release the key, use [`keyboard.up`](#keyboardupkey). -> **NOTE** Modifier keys DO effect `keyboard.down`. Holding down `Shift` will type the text in upper case. +> **NOTE** Modifier keys DO influence `keyboard.down`. Holding down `Shift` will type the text in upper case. #### keyboard.press(key[, options]) - `key` <[string]> Name of key to press, such as `ArrowLeft`. See [USKeyboardLayout] for a list of all key names.