From 44295fe6b2016086456f6e3812d873d88412d71d Mon Sep 17 00:00:00 2001 From: KyLeo Date: Fri, 11 Oct 2019 09:57:33 +0800 Subject: [PATCH] chore: fix typo in comments (#4684) --- build/build-entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-entry.js b/build/build-entry.js index 825efaa2a..f4996ba77 100644 --- a/build/build-entry.js +++ b/build/build-entry.js @@ -5,7 +5,7 @@ const Components = require('./get-components')(); const packageJson = require('../package.json'); const version = process.env.VERSION || packageJson.version; -const tips = '// This file is auto gererated by build/build-entry.js'; +const tips = '// This file is auto generated by build/build-entry.js'; function buildEntry() { const uninstallComponents = [