From a3c826a2042b1cef171cbabedfd93c93623f4061 Mon Sep 17 00:00:00 2001 From: nakatani-yo <32811020+nakatani-yo@users.noreply.github.com> Date: Fri, 11 Apr 2025 03:39:20 +0900 Subject: [PATCH] docs: fix typo in CONTRIBUTING.md (#233) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 566a8fe..8bcfa29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,4 +12,4 @@ Run tests locally npm test ``` -Learn more about how the tests work in [test/README.md](test/README.md). +Learn more about how the tests work in [tests/README.md](tests/README.md).