Skip to content

Commit 27bf3a2

Browse files
fix typo
1 parent 8207018 commit 27bf3a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/toolcache.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/toolcache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Mode } from "./util";
1616
* That library is not safe to use outside of actions as it makes assumptions about
1717
* the state of the filesystem and available environment variables.
1818
*
19-
* On actions we can just delegates to the toolcache library, however outside of
19+
* On actions we can just delegate to the toolcache library, however outside of
2020
* actions we provide our own implementation.
2121
*/
2222

0 commit comments

Comments
 (0)