From b5c028c36d87817dabbf1b982338da072ac2c2de Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 27 Feb 2023 13:35:33 +0000 Subject: [PATCH] Fix a docstring typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/widgets/checkbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/checkbox.md b/docs/widgets/checkbox.md index 3b1aa5086..5b9bfe95d 100644 --- a/docs/widgets/checkbox.md +++ b/docs/widgets/checkbox.md @@ -1,6 +1,6 @@ # Checkbox -A simple checkbox width which stores a boolean value. +A simple checkbox widget which stores a boolean value. - [x] Focusable - [ ] Container