From 7bb317b03161455d5bfbef67e7cbc8bf914c50f6 Mon Sep 17 00:00:00 2001 From: Ben McCallum Date: Sat, 5 Oct 2019 16:23:05 +0200 Subject: [PATCH] chore: fix grammar and spelling in build.js (#84) --- scripts/build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.js b/scripts/build.js index f8e7b305..08d9f65f 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"):