Skip to content

Commit

Permalink
chore: fixed typo in client-Engine (#15497)
Browse files Browse the repository at this point in the history
  • Loading branch information
akgupta0777 committed Jan 8, 2022
1 parent 127f524 commit 79b6340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli-engine/cli-engine.js
Expand Up @@ -408,7 +408,7 @@ function isErrorMessage(message) {
* a directory or looks like a directory (ends in `path.sep`), in which case the file
* name will be the `cacheFile/.cache_hashOfCWD`
*
* if cacheFile points to a file or looks like a file then in will just use that file
* if cacheFile points to a file or looks like a file then it will just use that file
* @param {string} cacheFile The name of file to be used to store the cache
* @param {string} cwd Current working directory
* @returns {string} the resolved path to the cache file
Expand Down

0 comments on commit 79b6340

Please sign in to comment.