From 8cb28b66683fbd186ae57d25582e14d1437fcde5 Mon Sep 17 00:00:00 2001 From: Mike Driscoll Date: Thu, 9 Mar 2023 00:46:53 -0600 Subject: [PATCH] Update button.md example sentence (#1988) The example was missing a word --- docs/widgets/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/button.md b/docs/widgets/button.md index d5b07ec96..38359d0e8 100644 --- a/docs/widgets/button.md +++ b/docs/widgets/button.md @@ -10,7 +10,7 @@ when it has focus. ## Example The example below shows each button variant, and its disabled equivalent. -Clicking any of the non-disabled buttons in the example app below will result the app exiting and the details of the selected button being printed to the console. +Clicking any of the non-disabled buttons in the example app below will result in the app exiting and the details of the selected button being printed to the console. === "Output"