From 2be9d5370a24b64e0f489aa95c9c1e2817c86918 Mon Sep 17 00:00:00 2001 From: cesalberca Date: Tue, 7 May 2024 11:49:39 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c099f..483517d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ JavaScript/TypeScript Katas you can use to hone your skills as a developer! Try ## Katas -I recommend that you create a file with `..ts` and `..spec.ts` for the test, where `` is the main characteristic of the Kata and `` is the name of the Kata. Only if you find yourself stuck you might check the answer. +I recommend that you create a file with `..ts` and `..spec.ts` for the test, where `` is the main characteristic of the Kata and `` is the name of the Kata. Only if you find yourself stuck you might check the answer. You can tackle the Katas in whatever order you may choose. The order specified here has more to do with difficulty of the Kata.