summary refs log tree commit diff
path: root/nixos/modules/hardware/video/webcam/facetimehd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/video/webcam/facetimehd.nix')
-rw-r--r--nixos/modules/hardware/video/webcam/facetimehd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/video/webcam/facetimehd.nix b/nixos/modules/hardware/video/webcam/facetimehd.nix
index 480c636aa0d..a0ec9c98a54 100644
--- a/nixos/modules/hardware/video/webcam/facetimehd.nix
+++ b/nixos/modules/hardware/video/webcam/facetimehd.nix
@@ -12,7 +12,7 @@ in
 
 {
 
-  options.hardware.facetimehd.enable = mkEnableOption (lib.mdDoc "facetimehd kernel module");
+  options.hardware.facetimehd.enable = mkEnableOption (lib.mdDoc "the facetimehd kernel module");
 
   options.hardware.facetimehd.withCalibration = mkOption {
     default = false;