From 3cdf0d35632ad3434ea6c2ce5fb10c4b020dfe36 Mon Sep 17 00:00:00 2001 From: Luke Wass Date: Tue, 27 May 2025 14:48:40 -0500 Subject: [PATCH] fix grammar --- docs/widgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets.md b/docs/widgets.md index acbdf05..15ac7bb 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -7,7 +7,7 @@ μLauncher allows to add [app widgets](https://developer.android.com/develop/ui/views/appwidgets/overview) to the home screen and to widget panels. -Widgets can be added, moved, removed and configured in `Settings > Manage Widgets`. +Widgets can be added, moved, removed, and configured in `Settings > Manage Widgets`. It is configurable whether or not interaction with a widget should be enabled. @@ -17,7 +17,7 @@ However, μLauncher [gestures](/docs/actions-and-gestures/) can not be execute * If interaction is disabled, the widget does not respond to any touch events. This is recommended when using a widget only to display information. -μLauncher's clock behaves similar as an app widget and can be managed in the same way.[^1] +μLauncher's clock behaves similarly to an app widget and can be managed in the same way.[^1] [^1]: However, it is technically not an app widget and cannot be used with other launchers.