Typo in nullish-coalescing-operator README.md
This commit is contained in:
parent
92580e750d
commit
c03a34e509
@ -60,7 +60,7 @@ require("@babel/core").transform("code", {
|
||||
`boolean`, defaults to `false`.
|
||||
|
||||
When `true`, this transform will pretend `document.all` does not exist,
|
||||
and perform loose equality checks with `null` instead of string equality checks
|
||||
and perform loose equality checks with `null` instead of strict equality checks
|
||||
against both `null` and `undefined`.
|
||||
|
||||
#### Example
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user