Skip to content

Commit e4100a3

Browse files
Merge pull request ryanmcdermott#111 from irazasyed/patch-1
Fix Typo
2 parents 50850a9 + 34abb0b commit e4100a3

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)