From 0884b87b5c0cacf67a2ffd8dc8cd1d7c629ba8f6 Mon Sep 17 00:00:00 2001 From: Dave Nicponski Date: Mon, 30 Nov 2020 20:29:34 -0500 Subject: Fix typo in nix-index docstring --- modules/programs/nix-index/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/programs/nix-index/default.nix') diff --git a/modules/programs/nix-index/default.nix b/modules/programs/nix-index/default.nix index 8faa147..b6f86f5 100644 --- a/modules/programs/nix-index/default.nix +++ b/modules/programs/nix-index/default.nix @@ -11,7 +11,7 @@ in programs.nix-index.enable = mkOption { type = types.bool; default = false; - description = "Whether to enable nix-index and it's command-not-found helper."; + description = "Whether to enable nix-index and its command-not-found helper."; }; programs.nix-index.package = mkOption { -- cgit v1.2.3