From 71c24c381036f32e24fbb41540e3e51a8aeb25e7 Mon Sep 17 00:00:00 2001 From: Tygo van den Hurk <91738110+Tygo-van-den-Hurk@users.noreply.github.com> Date: Sat, 31 May 2025 10:00:40 +0200 Subject: [PATCH] docs(typo): "cheks" should be "checks" Signed-off-by: Tygo van den Hurk <91738110+Tygo-van-den-Hurk@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33056184..7c5c5915 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Some useful commands include: - `nix build`: build eza. - `nix build .#test`: runs eza's cargo tests - `nix build .#clippy`: runs clippy on eza -- `nix fmt`: automatically formats your code as required by flake cheks and +- `nix fmt`: automatically formats your code as required by flake checks and pre-commit-hooks.nix - `just itest`: runs integration tests