From 2b901760506b52d0041d9960a90860c68658bd4c Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 7 Oct 2025 14:59:31 +0900 Subject: [PATCH] docs: dev/testing: fix a typo Signed-off-by: Akihiro Suda --- website/content/en/docs/dev/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/dev/testing.md b/website/content/en/docs/dev/testing.md index 26db118ac05..b54ad611cf7 100644 --- a/website/content/en/docs/dev/testing.md +++ b/website/content/en/docs/dev/testing.md @@ -26,7 +26,7 @@ git submodule update --init --recursive make bats ``` -The BATS tests are located located under [`hack/bats/tests`](https://github.com/lima-vm/lima/tree/master/hack/bats/tests). +The BATS tests are located under [`hack/bats/tests`](https://github.com/lima-vm/lima/tree/master/hack/bats/tests). ### Extra tests There are also extra tests ([`hack/bats/extras`](https://github.com/lima-vm/lima/tree/master/hack/bats/extras)) that are not automatically