diff --git a/lib/toolcache.js b/lib/toolcache.js index cef91cb13..623b94a8a 100644 --- a/lib/toolcache.js +++ b/lib/toolcache.js @@ -20,7 +20,7 @@ const semver = __importStar(require("semver")); * That library is not safe to use outside of actions as it makes assumptions about * the state of the filesystem and available environment variables. * - * On actions we can just delegates to the toolcache library, however outside of + * On actions we can just delegate to the toolcache library, however outside of * actions we provide our own implementation. */ /** diff --git a/src/toolcache.ts b/src/toolcache.ts index 0d6bdc2e9..a82b7007c 100644 --- a/src/toolcache.ts +++ b/src/toolcache.ts @@ -16,7 +16,7 @@ import { Mode } from "./util"; * That library is not safe to use outside of actions as it makes assumptions about * the state of the filesystem and available environment variables. * - * On actions we can just delegates to the toolcache library, however outside of + * On actions we can just delegate to the toolcache library, however outside of * actions we provide our own implementation. */