Typo in nullish-coalescing-operator README.md

This commit is contained in:
Justin Ridgewell 2018-02-08 14:34:41 -05:00 committed by GitHub
parent 92580e750d
commit c03a34e509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ require("@babel/core").transform("code", {
`boolean`, defaults to `false`. `boolean`, defaults to `false`.
When `true`, this transform will pretend `document.all` does not exist, 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`. against both `null` and `undefined`.
#### Example #### Example