Skip to content

Commit eb74e0b

Browse files
authored
typo
1 parent 06bb597 commit eb74e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ in
20992099
check-xml =
21002100
{
21012101
name = "check-xml";
2102-
description = "Check syntax of TOML files.";
2102+
description = "Check syntax of XML files.";
21032103
package = tools.pre-commit-hooks;
21042104
entry = "${hooks.check-xml.package}/bin/check-xml";
21052105
types = [ "xml" ];

0 commit comments

Comments
 (0)