From a87481429156c42b5c84076699d7e8c0fffc6a54 Mon Sep 17 00:00:00 2001 From: rethab Date: Wed, 26 May 2021 18:56:36 +0200 Subject: [PATCH] fix: typo in readme (#712) --- dist/ncc/buildin/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ncc/buildin/readme.md b/dist/ncc/buildin/readme.md index 9100d390..b624e021 100644 --- a/dist/ncc/buildin/readme.md +++ b/dist/ncc/buildin/readme.md @@ -2,6 +2,6 @@ This directory will contain the webpack built-ins, like `module.js`, so that they can be accessed by webpack when -it's being executeed inside the bundled ncc file. +it's being executed inside the bundled ncc file. These files are published to npm.