Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 7b504f5

Browse files
inancgumusIvan Mirić
andauthored
Fix typo in keyboard press comment
Co-authored-by: Ivan Mirić <ivan.miric@grafana.com>
1 parent c20a07b commit 7b504f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/keyboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (k *Keyboard) Up(key string) {
8080

8181
// Press sends a key press message to a session target.
8282
// It delays the action if `Delay` option is specified.
83-
// A press message is consisting of successive key down and up messages.
83+
// A press message consists of successive key down and up messages.
8484
func (k *Keyboard) Press(key string, opts goja.Value) {
8585
kbdOpts := NewKeyboardOptions()
8686
if err := kbdOpts.Parse(k.ctx, opts); err != nil {

0 commit comments

Comments
 (0)