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

Commit 4cfc9f6

Browse files
inancgumusIvan Mirić
andcommitted
Fix typo in NewKeyboard
Co-authored-by: Ivan Mirić <ivan.miric@grafana.com>
1 parent bb78824 commit 4cfc9f6

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
@@ -52,7 +52,7 @@ type Keyboard struct {
5252
layoutName string // us by default
5353
}
5454

55-
// NewKeyboard return a new keyboard with a "us" layout.
55+
// NewKeyboard returns a new keyboard with a "us" layout.
5656
func NewKeyboard(ctx context.Context, session *Session) *Keyboard {
5757
return &Keyboard{
5858
ctx: ctx,

0 commit comments

Comments
 (0)