From 955bedb0c51b823eef67fe2210ee66812d65eb7a Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:27:35 +0200 Subject: [PATCH] fix spacing --- pages/Configuring/Advanced-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index fb6a08d..a76efb2 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -413,7 +413,7 @@ rule system, window rules v2 were implemented. In V2, you are allowed to match multiple variables. -the `RULE` field is unchanged, but inthe `WINDOW` field, you can put regexes for multiple values like so: +the `RULE` field is unchanged, but in the `WINDOW` field, you can put regexes for multiple values like so: ``` windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ ```