From 5936d5baa50c11e9c9e7644dc8f57dabc174c7d5 Mon Sep 17 00:00:00 2001 From: idontknowwhatimdoing <45109364+idontknowwhatimdoing@users.noreply.github.com> Date: Mon, 5 Jul 2021 22:38:35 +0200 Subject: [PATCH] fix typo in docs/src/configuration.md (#200) Co-authored-by: jkromer --- 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 bcbb4dd..77685e8 100644 --- a/docs/src/configuration.md +++ b/docs/src/configuration.md @@ -122,7 +122,7 @@ Here you can include other config files so that they are merged together at star If you define a variable/widget/window, in a config file, when it's defined somewhere else, you can see a warning in the eww logs (`eww logs`) ## The `` block -In here you whole widget will be made, and you can also create your own widgets. Check [Widget Documentation](widgets.md) for pre-defined widgets. +In here your whole widget will be made, and you can also create your own widgets. Check [Widget Documentation](widgets.md) for pre-defined widgets. ### Custom widgets