From 68a5054ecb63c3e614805c18062a97073cce7438 Mon Sep 17 00:00:00 2001 From: pikammmmm <124257101+pikammmmm@users.noreply.github.com> Date: Sat, 2 May 2026 10:31:54 +0200 Subject: [PATCH] Fix `exectutes` -> `executes` typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46846f05..b9f82232c 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Windows users can use Cygwin to run make: [www.cygwin.com](https://www.cygwin.co ## Testing -This command exectutes all tests in the repository except for consul integration tests (you need consul for running +This command executes all tests in the repository except for consul integration tests (you need consul for running those tests). We also skip directories that don't contain any tests. ```