Skip to content

Commit 34abb0b

Browse files
authored
Fix Typo
1 parent 50850a9 commit 34abb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ setTimeout(() => {
8989
**Good**:
9090
```javascript
9191
// Declare them as capitalized `const` globals.
92-
const SECONDS_IN_DAY = 86400;
92+
const SECONDS_IN_A_DAY = 86400;
9393

9494
setTimeout(() => {
9595
this.blastOff()

0 commit comments

Comments
 (0)