From b27077085e489cc111cdfd2df492ea10f5977c8e Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 21 Jan 2024 01:25:24 +0100 Subject: Fix typo in config docs Closes #7647. --- extra/man/alacritty.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = __, y = __ } -- cgit v1.2.3