Skip to content

Commit df37fa6

Browse files
authored
Fixed typo in README.me
1 parent e865030 commit df37fa6

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
@@ -335,7 +335,7 @@ on each loop so that the loop eventually terminates!
335335
To get more acquainted with `while`, your task is to write a function,
336336
`countDown`, that takes in any positive integer and, starting from that number,
337337
counts down to zero using `console.log()`. Note that this means that running
338-
`countdown(10);` would actually log _11_ times:
338+
`countDown(10);` would actually log _11_ times:
339339

340340
```text
341341
10

0 commit comments

Comments
 (0)