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`.