The instruction speaks of a typo that is non-existent in the code. So introduce the typo that is referred to in the instructions.
Additionally update tests to reflect the typo.
Pre-Submission Checklist
[x] Your pull request targets the dev branch.
[x] Branch starts with either fix/, feature/, or translate/ (e.g. fix/challenge-tests)
[ ] All new and existing tests pass the command npm test.
[ ] The changes were done locally on your machine and NOT GitHub web interface.
If they were done on the web interface you have ensured that you are creating conventional commit messages.
Checklist:
[ ] Tested changes locally.
[ ] Addressed currently open issue (replace XXXXX with an issue no in next line)
Description
The instruction speaks of a typo that is non-existent in the code. So introduce the typo that is referred to in the instructions. Additionally update tests to reflect the typo.
Pre-Submission Checklist
dev
branch.fix/
,feature/
, ortranslate/
(e.g.fix/challenge-tests
)npm test
.npm run commit
to generate a conventional commit message. Learn more here: https://conventionalcommits.org/#why-use-conventional-commitsChecklist:
Closes #XXXXX