docs(dev-infra): fix typo in comment (arguements --> arguments) (#38653)
PR Close #38653
This commit is contained in:
parent
44bb85ade4
commit
2cb3d58b42
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue