From 6251a6d307ff639fce91dcab996d80354614666a Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 20 Jun 2019 08:11:38 -0700 Subject: [PATCH] fix: typo in comment (#18899) --- lib/renderer/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/renderer/init.ts b/lib/renderer/init.ts index 254020d2e5..13b396a369 100644 --- a/lib/renderer/init.ts +++ b/lib/renderer/init.ts @@ -14,7 +14,7 @@ const Module = require('module') // "Module.wrapper" we can force Node to use the old code path to wrap module // code with JavaScript. // -// Note 3: We provide the equivilant extra variables internally through the +// Note 3: We provide the equivalent extra variables internally through the // webpack ProvidePlugin in webpack.config.base.js. If you add any extra // variables to this wrapper please ensure to update that plugin as well. Module.wrapper = [