aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-01-21 01:25:24 +0100
committerGitHub <noreply@github.com>2024-01-21 00:25:24 +0000
commit4c0c368e7ac8233b3fca848a25b42f0875a2494b (patch)
tree8055464889fccf56c75e5dd61051d0f6bff4bebf
parent94ede16ee4af8869fd6415b3530c7e12c8681578 (diff)
downloadalacritty-4c0c368e7ac8233b3fca848a25b42f0875a2494b.tar.gz
alacritty-4c0c368e7ac8233b3fca848a25b42f0875a2494b.zip
Fix typo in config docs
Closes #7647.
-rw-r--r--extra/man/alacritty.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd
index 933bf2f2..b74d1fe3 100644
--- a/extra/man/alacritty.5.scd
+++ b/extra/man/alacritty.5.scd
@@ -86,7 +86,7 @@ This section documents the *[window]* table of the configuration file.
least _2_, while using a value of _0_ for columns and lines will fall back
to the window manager's recommended size
- Default: { column = _0_, lines = _0_ }
+ Default: { columns = _0_, lines = _0_ }
*position* = _"None"_ | { x = _<integer>_, y = _<integer>_ }