about summary refs log tree commit diff
diff options
context:
space:
mode:
authorcrayor1 <126188437+crayor1@users.noreply.github.com>2024-05-18 07:06:50 +0200
committerGitHub <noreply@github.com>2024-05-18 13:06:50 +0800
commit970f689a49f098197464b053a67c753738733a8d (patch)
tree252b1e53a95c985b325cd38c675d0c744c361412
parentff02eca5428db2859e1d2150c9c53ac1e5300e5c (diff)
nixos/doc: fix a typo in option-declarations.section.md (#304733)
Fix a typo
-rw-r--r--nixos/doc/manual/development/option-declarations.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/option-declarations.section.md b/nixos/doc/manual/development/option-declarations.section.md
index 325f4d11cb083..ee4540d0cf6fd 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.