From 8819aae1657f09cf599164eebeabc925dbee31ac Mon Sep 17 00:00:00 2001 From: Nikolai Laevskii Date: Wed, 13 Sep 2023 09:39:21 +0200 Subject: [PATCH] Fix typo --- src/cache-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache-utils.ts b/src/cache-utils.ts index 64e31677..9f8d0fca 100644 --- a/src/cache-utils.ts +++ b/src/cache-utils.ts @@ -123,7 +123,7 @@ export const getPackageManagerInfo = async (packageManager: string) => { * * @param cacheDependencyPath - either a single string or multiline string with possible glob patterns * expected to be the result of `core.getInput('cache-dependency-path')` - * @return list of directories and possible + * @return list of directories */ export const getProjectDirectoriesFromCacheDependencyPath = memoize( async (cacheDependencyPath: string): Promise => {