mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos.grafana: fix docstring typo
This commit is contained in:
parent
1a1662599c
commit
d084937fe7
@ -177,7 +177,7 @@ let
|
|||||||
folder = mkOption {
|
folder = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
default = "";
|
||||||
description = "Add dashboards to the speciied folder";
|
description = "Add dashboards to the specified folder";
|
||||||
};
|
};
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
Loading…
Reference in New Issue
Block a user