Skip to content

Commit 802b05e

Browse files
committed
fix: typo
1 parent dc9f9e7 commit 802b05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Clone this repository and run `npm install`. You're good to go!
1414
- In each challenge your solution have to pass two kinds of tests - **TypeScript compilation** and **unit tests**
1515
- Challenge of name `XYZ` can be verified by running `npm run test:XYZ`, for example: `npm run test:warm-up`
1616

17-
> **Note:** Do pass the challenge, make sure you only modify TypeScript files. Tests should remain unchanged.
17+
> **Note:** To pass the challenge, make sure you only modify TypeScript files. Tests should remain unchanged.
1818
1919
## 🛠️ Test commands for challenges
2020

0 commit comments

Comments
 (0)