Skip to content

Commit 34abb0b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)