Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
style: grammar mistakes on script comments (#4452)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo authored Feb 26, 2019
1 parent 216d975 commit d349fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/cp-pkgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function cpDeclarationAsset(asset) {
);
}

/**
/*
* 1. Cleans all /dist directories in each package
* 2. Copies generated css, js, and map files to the respective packages
* 3. Bundles the declaration files into one file for the UMD index.js file
Expand Down
4 changes: 2 additions & 2 deletions scripts/verify-pkg-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const {sync: globSync} = require('glob');
const isValidCwd = fs.existsSync('packages') && fs.existsSync(path.join('packages', 'material-components-web', 'dist'));

/**
* Verifies that a file exists at the `packagePropertyKey`. If it doesnot
* this function will console an error.
* Verifies that a file exists at the `packagePropertyKey`. If it does not
* this function will log an error to the console.
* @param {object} packageJson package.json in JSON format
* @param {string} jsonPath filepath (relative to the root directory) to a component's package.json
* @param {string} packagePropertyKey property key of package.json
Expand Down

0 comments on commit d349fea

Please sign in to comment.