summary refs log tree commit diff
path: root/nixos/modules/services/networking/go-neb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/go-neb.nix')
-rw-r--r--nixos/modules/services/networking/go-neb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/go-neb.nix b/nixos/modules/services/networking/go-neb.nix
index b65bb5f548e..78d24ecf17d 100644
--- a/nixos/modules/services/networking/go-neb.nix
+++ b/nixos/modules/services/networking/go-neb.nix
@@ -9,7 +9,7 @@ let
   configFile = settingsFormat.generate "config.yaml" cfg.config;
 in {
   options.services.go-neb = {
-    enable = mkEnableOption (lib.mdDoc "Extensible matrix bot written in Go");
+    enable = mkEnableOption (lib.mdDoc "an extensible matrix bot written in Go");
 
     bindAddress = mkOption {
       type = types.str;