diff --git a/docs/content/main/configuration.md b/docs/content/main/configuration.md
index a29808e..8a67fa2 100644
--- a/docs/content/main/configuration.md
+++ b/docs/content/main/configuration.md
@@ -226,8 +226,8 @@ For Wayland users the `` block is replaced by the exclusive field in `
The previous `` block would look like this.
```xml
-
-
+
+
@@ -248,7 +248,7 @@ There are a couple things you can optionally configure on the window itself:
Possible values: `"true"`, `"false"`. Default: `"false"`
- `screen`: Specifies on which display to show the window in a multi-monitor setup.
This can be any number, representing the index of your monitor.
-- `exclusive`: Specifies whether or not a surface can be occupied by another.
+- `exclusive`: Specifies whether or not a surface can be occupied by another.
A surface can be a window, an Eww widget or any layershell surface.
The details on how it is actually implemented are left to the compositor.
This option is only valid on Wayland.