From 27bf3a208dfdd22e8822c5f7634e2004c24a32b0 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 23 Apr 2021 10:01:50 +0100 Subject: [PATCH] fix typo --- lib/toolcache.js | 2 +- src/toolcache.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */