docs: fix type for 05 awesomerc (#3753)

L81 `will` -> `well`
This commit is contained in:
Michael 2022-12-19 05:27:40 +08:00 committed by GitHub
parent 1239cdf4bc
commit ee06634599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 is emitted everytime a screen is added, moved, resized or when the bars
(`awful.wibar`) are moved. (`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 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 the `add_screen`/`remove_screens` methods and the `screens` property of `awful.wallpaper` for
examples. examples.