From 3f24e67ef58a2339a14c34f4ce4da1352f6a707c Mon Sep 17 00:00:00 2001 From: Milly Date: Fri, 17 Jun 2022 19:17:34 +0900 Subject: [PATCH] Fix jsdoc --- src/cli/format-results-cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {