nixos.grafana: fix docstring typo

This commit is contained in:
Benjamin Hipple 2019-04-27 13:09:48 -04:00
parent 1a1662599c
commit d084937fe7

View file

@ -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;