Skip to content

Commit 50e0acd

Browse files
committed
typo
1 parent 6aad942 commit 50e0acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/red-javascript-style-guide/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Use `undefined`, avoid `null`. `undefined` is the default that is already used b
242242

243243
### Booleans
244244

245-
`true` or `false`, use `Boolean` function to force cast to a boolean. Do not use `!!` to cast to a boolean. Leverage truthy values in `if` and `while`.
245+
`true` or `false`, use `Boolean` function to force cast to a Boolean. Do not use `!!` to cast to a Boolean. Leverage truthy values in `if` and `while`.
246246

247247
### promises
248248

0 commit comments

Comments
 (0)