about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2019-04-28 15:07:06 +0000
committerGitHub <noreply@github.com>2019-04-28 15:07:06 +0000
commite666cc4e7eb6155907ea1693c7c8fd282bc03ca8 (patch)
tree463d5e5edfb693606a4b31a37aa78a96537158c9
parent24f15a7f9e0ffef4e388d101aeec9a6ac0e5728a (diff)
parentd084937fe7c0f0923a869d2c9585a2bc751cd479 (diff)
downloadnixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar.gz
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar.bz2
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar.lz
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar.xz
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.tar.zst
nixlib-e666cc4e7eb6155907ea1693c7c8fd282bc03ca8.zip
Merge pull request #60334 from bhipple/fix/doc-typo
nixos.grafana: fix docstring typo
-rw-r--r--nixos/modules/services/monitoring/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/grafana.nix b/nixos/modules/services/monitoring/grafana.nix
index 85879cfe0b33..5d3f2e6ac28f 100644
--- a/nixos/modules/services/monitoring/grafana.nix
+++ b/nixos/modules/services/monitoring/grafana.nix
@@ -177,7 +177,7 @@ let
       folder = mkOption {
         type = types.str;
         default = "";
-        description = "Add dashboards to the speciied folder";
+        description = "Add dashboards to the specified folder";
       };
       type = mkOption {
         type = types.str;