1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 16:43:02 +00:00
* spelling: absolute

* spelling: content

* spelling: received

* spelling: sanitizes
This commit is contained in:
Josh Soref 2020-04-27 09:13:56 -04:00 committed by GitHub
parent df7e2c13c8
commit 7257597d73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ class Command {
}
/**
* Sanatizes an input into a string so it can be passed into issueCommand safely
* Sanitizes an input into a string so it can be passed into issueCommand safely
* @param input input to sanitize into a string
*/
export function toCommandValue(input: any): string {