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

chore: grammar mistakes on script comments #4452

Merged
merged 2 commits into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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