summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-10-09 23:38:32 +0300
committerDoron Behar <doron.behar@gmail.com>2023-10-09 23:38:32 +0300
commit3c34a1a4648b352d0925d6bb53d145aa2ff2c52f (patch)
treeaf6a4afb5fb4a82d4052008a9aaae54a97f9fdd0 /nixos
parent65f57275fe5df2dc061c0e9014541816bc1bb77c (diff)
downloadnixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar.gz
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar.bz2
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar.lz
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar.xz
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.tar.zst
nixpkgs-3c34a1a4648b352d0925d6bb53d145aa2ff2c52f.zip
nixos/doc/mkOptionType: small typo fix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/development/option-types.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/option-types.section.md b/nixos/doc/manual/development/option-types.section.md
index 44bb3b4782e..2ad3d6c4f94 100644
--- a/nixos/doc/manual/development/option-types.section.md
+++ b/nixos/doc/manual/development/option-types.section.md
@@ -528,7 +528,7 @@ The only required parameter is `name`.
 
 :   A string representation of the type function name.
 
-`definition`
+`description`
 
 :   Description of the type used in documentation. Give information of
     the type and any of its arguments.