From d084937fe7c0f0923a869d2c9585a2bc751cd479 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Sat, 27 Apr 2019 13:09:48 -0400 Subject: nixos.grafana: fix docstring typo --- nixos/modules/services/monitoring/grafana.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit 1.4.1