0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #60334 from bhipple/fix/doc-typo

nixos.grafana: fix docstring typo
This commit is contained in:
Joachim F 2019-04-28 15:07:06 +00:00 committed by GitHub
commit e666cc4e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;