From c12d221b227b3170343631c2222efe12f50dbad5 Mon Sep 17 00:00:00 2001 From: carschandler <92899389+carschandler@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:27:30 -0500 Subject: [PATCH] Typo in configuration.md --- docs/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuration.md b/docs/src/configuration.md index c5fb2449..67acc593 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -206,7 +206,7 @@ This may be the most commonly used type of variable. They are useful to access any quickly retrieved value repeatedly, and thus are the perfect choice for showing your time, date, as well as other bits of information such as pending package updates, weather, and battery level. -You can also specify an initial-value. This should prevent eww from waiting for the result of a give command during startup, thus +You can also specify an initial-value. This should prevent eww from waiting for the result of a given command during startup, thus making the startup time faster. **Listening variables (`deflisten`)**