From ce5cf79e21853b8bb46ae21b5efec731a8a49624 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 1 May 2025 19:20:22 +0300 Subject: [PATCH] nixos/doc: fix typos in settings-options section --- nixos/doc/manual/development/settings-options.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/settings-options.section.md b/nixos/doc/manual/development/settings-options.section.md index 4b49a1e82090..736662ad7ed9 100644 --- a/nixos/doc/manual/development/settings-options.section.md +++ b/nixos/doc/manual/development/settings-options.section.md @@ -412,7 +412,7 @@ have a predefined type and string generator already declared under `multiline` (default `true`) - : Whether to procude a multiline output. The output may still wrap across + : Whether to produce a multiline output. The output may still wrap across multiple lines if it would otherwise exceed `columnWidth`. `columnWidth` (default `100`)