From b951829f5699beeac67158780741fc382d7d768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:50:13 -0800 Subject: [PATCH] Minor typo (#110) --- docs/TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TESTS.md b/docs/TESTS.md index 9e076af..d5a6161 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -5,7 +5,7 @@ If not already installed, Arturo will download this package automatically at run To run tests, navigate to the exercise folder in your terminal and run either `arturo tester.art` or `exercism test`. -Each exercse folder contains three key files: +Each exercise folder contains three key files: `src/.art` contains the solution to be tested. `tests/test-.art` contains the exercise tests `tester.art` is the testing entry-point which runs and reports the tests inside `tests/test-.art`.