From bcd25c80e90924596ce5273fc828f6d3ab1e4b01 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 27 Dec 2020 03:10:43 -0500 Subject: [PATCH] Fixing a grammar mistake in the CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c992aea..104a68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - containers can register into separate focus groups and specific keyboard keys can be configured to move the focus within each focus group. - widgets can now request keyboard events exclusively when focused. -- users can now set a `container` as focused using a new `container.Focused` +- users can now set a `container` as focused using the new `container.Focused` option. #### Updates to the `button` widget