diff --git a/src/cli/format-results-cache.js b/src/cli/format-results-cache.js index bbae7fa17d35..96b690539e71 100644 --- a/src/cli/format-results-cache.js +++ b/src/cli/format-results-cache.js @@ -40,7 +40,7 @@ function getMetadataFromFileDescriptor(fileDescriptor) { class FormatResultsCache { /** - * @param {string} cacheFileLocation The path of cache file location. (default: `node_modules/.cache/prettier/prettier-cache`) + * @param {string} cacheFileLocation The path of cache file location. (default: `node_modules/.cache/prettier/.prettier-cache`) * @param {string} cacheStrategy */ constructor(cacheFileLocation, cacheStrategy) {