소스 검색

chore: fix grammar and spelling in build.js (#84)

Ben McCallum 6 년 전
부모
커밋
7bb317b031
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      scripts/build.js

+ 2 - 2
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"):