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 efc76064d9
commit 29c89c9297

View File

@ -34,7 +34,7 @@ export class GitCommandError extends Error {
/** /**
* Common client for performing Git interactions. * 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 * _githubToken: the token used for authentifation in github interactions, by default empty
* allowing readonly actions. * allowing readonly actions.
* _config: The dev-infra configuration containing GitClientConfig information, by default * _config: The dev-infra configuration containing GitClientConfig information, by default