Skip to content

Commit

Permalink
Merge pull request #13 from cesalberca/11-typo-in-your-readmemd-in-ro…
Browse files Browse the repository at this point in the history
…ot-directory

Fix typo
  • Loading branch information
César Alberca authored May 7, 2024
2 parents 3fae6b8 + 2be9d53 commit 5464071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<NAME>.<KATA>.ts` and `<NAME>.<KATA>.spec.ts` for the test, where `<NAME>` is the main characteristic of the Kata and `<NAME>` 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 `<NAME>.<KATA>.ts` and `<NAME>.<KATA>.spec.ts` for the test, where `<NAME>` is the main characteristic of the Kata and `<KATA>` 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.

Expand Down

0 comments on commit 5464071

Please sign in to comment.