summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-10-10 15:23:08 +0800
committerGitHub <noreply@github.com>2023-10-10 15:23:08 +0800
commita75d4a5fd51f3327de875d2f8b9c8c82439f50fe (patch)
tree1b6a15a251669466fb98a3b04abc74edb6df5f74 /nixos
parent72457c9fc55af797f2bafe9ea82f749bc8a24750 (diff)
parent3c34a1a4648b352d0925d6bb53d145aa2ff2c52f (diff)
downloadnixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar.gz
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar.bz2
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar.lz
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar.xz
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.tar.zst
nixpkgs-a75d4a5fd51f3327de875d2f8b9c8c82439f50fe.zip
Merge pull request #260069 from doronbehar/doc/mkOptionType.typo
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.