Skip to content

Commit 7e11581

Browse files
inancgumusankur22
andauthored
Fix async keyboard typos
Co-authored-by: Ankur <ankur.agarwal@grafana.com>
1 parent 0726f6c commit 7e11581

File tree

1 file changed

+2
-2
lines changed
  • docs/sources/next/javascript-api/k6-experimental/browser/keyboard

1 file changed

+2
-2
lines changed

Diff for: docs/sources/next/javascript-api/k6-experimental/browser/keyboard/press.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 'press(key[, options])'
3-
description: 'Dispatches a `keydown` event followed by an `keyup` event. This is useful for simulating pressing and releasing a key.'
3+
description: 'Dispatches a `keydown` event followed by a `keyup` event. This is useful for simulating pressing and releasing a key.'
44
---
55

66
# press(key[, options])
77

8-
Dispatches a `keydown` event followed by an `keyup` event. This is useful for simulating pressing and releasing a key.
8+
Dispatches a `keydown` event followed by a `keyup` event. This is useful for simulating pressing and releasing a key.
99

1010
| Parameter | Type | Default | Description |
1111
| ------------- | ------ | ------- | --------------------------------------------------------------- |

0 commit comments

Comments
 (0)