docs(dev-infra): fix typo in comment (arguements --> arguments) (#38653)

PR Close #38653
This commit is contained in:
Ikko Ashimine 2020-09-01 01:24:12 +09:00 committed by atscott
parent 44bb85ade4
commit 2cb3d58b42
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class GitCommandError extends Error {
/**
* Common client for performing Git interactions.
*
* Takes in two optional arguements:
* Takes in two optional arguments:
* _githubToken: the token used for authentifation in github interactions, by default empty
* allowing readonly actions.
* _config: The dev-infra configuration containing GitClientConfig information, by default