From 79b6340d6ced0ad62628de6e51dce18d50a5be9f Mon Sep 17 00:00:00 2001 From: Abhay Gupta <51379307+akgupta0777@users.noreply.github.com> Date: Sat, 8 Jan 2022 02:32:47 -0800 Subject: [PATCH] chore: fixed typo in client-Engine (#15497) --- lib/cli-engine/cli-engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli-engine/cli-engine.js b/lib/cli-engine/cli-engine.js index e3647018d26..c8e137f4ded 100644 --- a/lib/cli-engine/cli-engine.js +++ b/lib/cli-engine/cli-engine.js @@ -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