From 6f8d56b3c621fb072c50792f102b15973d6c2252 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Wed, 15 Jul 2020 09:54:19 -0400 Subject: [PATCH] Fixing typo in a comment. --- widgets/button/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/button/options.go b/widgets/button/options.go index 2226bce..ab0db04 100644 --- a/widgets/button/options.go +++ b/widgets/button/options.go @@ -130,7 +130,7 @@ func WidthFor(text string) Option { } // Key configures the keyboard key that presses the button. -// The widget responds to this key only if its container if focused. +// The widget responds to this key only if its container is focused. // When not provided, the widget ignores all keyboard events. func Key(k keyboard.Key) Option { return option(func(opts *options) {