From c03a34e50946c36f5fe2bd6356786a1e7252213c Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 8 Feb 2018 14:34:41 -0500 Subject: [PATCH] Typo in nullish-coalescing-operator README.md --- .../babel-plugin-proposal-nullish-coalescing-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-proposal-nullish-coalescing-operator/README.md b/packages/babel-plugin-proposal-nullish-coalescing-operator/README.md index d433354f26..2b01b5f2a8 100644 --- a/packages/babel-plugin-proposal-nullish-coalescing-operator/README.md +++ b/packages/babel-plugin-proposal-nullish-coalescing-operator/README.md @@ -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