From: Ben McCallum Date: Sat, 5 Oct 2019 14:23:05 +0000 (+0200) Subject: chore: fix grammar and spelling in build.js (#84) X-Git-Tag: v3.0.0-alpha.0~605 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bb317b03161455d5bfbef67e7cbc8bf914c50f6;p=thirdparty%2Fvuejs%2Fcore.git chore: fix grammar and spelling in build.js (#84) --- diff --git a/scripts/build.js b/scripts/build.js index f8e7b3050d..08d9f65fea 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -1,7 +1,7 @@ /* -Produce prodcution builds and stitch toegether d.ts files. +Produces production builds and stitches together d.ts files. -To specific the package to build, simply pass its name and the desired build +To specify the package to build, simply pass its name and the desired build formats to output (defaults to `buildOptions.formats` specified in that package, or "esm,cjs"):