From ee0663459922a41f57fa2cc936da80d5857eedc9 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Dec 2022 05:27:40 +0800 Subject: [PATCH] docs: fix type for 05 awesomerc (#3753) L81 `will` -> `well` --- docs/05-awesomerc.md.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-awesomerc.md.lua b/docs/05-awesomerc.md.lua index d49fee9cb..a5b3e00bc 100644 --- a/docs/05-awesomerc.md.lua +++ b/docs/05-awesomerc.md.lua @@ -78,7 +78,7 @@ and wallpaper across multiple screens. In the default configuration, the `"reque is emitted everytime a screen is added, moved, resized or when the bars (`awful.wibar`) are moved. -This is will suited for single-screen wallpapers. If you wish to use multi-screen wallpaper, +This is well suited for single-screen wallpapers. If you wish to use multi-screen wallpaper, it is better to create a global wallpaper object and edit it when the screen change. See the `add_screen`/`remove_screens` methods and the `screens` property of `awful.wallpaper` for examples.