From 2cb3d58b428c211c660d82eb82a566b68124f74c Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 1 Sep 2020 01:24:12 +0900 Subject: [PATCH] docs(dev-infra): fix typo in comment (arguements --> arguments) (#38653) PR Close #38653 --- dev-infra/utils/git/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-infra/utils/git/index.ts b/dev-infra/utils/git/index.ts index 15f2592f1a..e5f6a1dbf3 100644 --- a/dev-infra/utils/git/index.ts +++ b/dev-infra/utils/git/index.ts @@ -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