From 970f689a49f098197464b053a67c753738733a8d Mon Sep 17 00:00:00 2001 From: crayor1 <126188437+crayor1@users.noreply.github.com> Date: Sat, 18 May 2024 07:06:50 +0200 Subject: [PATCH] nixos/doc: fix a typo in option-declarations.section.md (#304733) Fix a typo --- nixos/doc/manual/development/option-declarations.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/option-declarations.section.md b/nixos/doc/manual/development/option-declarations.section.md index 325f4d11cb08..ee4540d0cf6f 100644 --- a/nixos/doc/manual/development/option-declarations.section.md +++ b/nixos/doc/manual/development/option-declarations.section.md @@ -173,7 +173,7 @@ lib.mkOption { ## Extensible Option Types {#sec-option-declarations-eot} -Extensible option types is a feature that allow to extend certain types +Extensible option types is a feature that allows to extend certain types declaration through multiple module files. This feature only work with a restricted set of types, namely `enum` and `submodules` and any composed forms of them.