Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Apr 23, 2021
1 parent 8207018 commit 27bf3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/toolcache.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/toolcache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 27bf3a2

Please sign in to comment.