aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-01-21 01:25:24 +0100
committerChristian Duerr <contact@christianduerr.com>2024-03-19 02:20:53 +0100
commitb27077085e489cc111cdfd2df492ea10f5977c8e (patch)
tree0d85bbb8b5b819495639dba8ec50b18f2afac73a
parent172a2882cde38a751b0c9931aa49425c4e432076 (diff)
downloadalacritty-b27077085e489cc111cdfd2df492ea10f5977c8e.tar.gz
alacritty-b27077085e489cc111cdfd2df492ea10f5977c8e.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>_ }