Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 828387a

Browse files
committed
spelling: committed
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 44cf181 commit 828387a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ export type Commit = Node &
10751075
commitUrl: Scalars["URI"];
10761076
/** The datetime when this commit was committed. */
10771077
committedDate: Scalars["DateTime"];
1078-
/** Check if commited via GitHub web UI. */
1078+
/** Check if committed via GitHub web UI. */
10791079
committedViaWeb: Scalars["Boolean"];
10801080
/** Committership details of the commit. */
10811081
committer?: Maybe<GitActor>;

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6013,7 +6013,7 @@
60136013
},
60146014
{
60156015
"name": "committedViaWeb",
6016-
"description": "Check if commited via GitHub web UI.",
6016+
"description": "Check if committed via GitHub web UI.",
60176017
"args": [],
60186018
"type": {
60196019
"kind": "NON_NULL",

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ export declare type Commit = Node & GitObject & Subscribable & UniformResourceLo
986986
commitUrl: Scalars["URI"];
987987
/** The datetime when this commit was committed. */
988988
committedDate: Scalars["DateTime"];
989-
/** Check if commited via GitHub web UI. */
989+
/** Check if committed via GitHub web UI. */
990990
committedViaWeb: Scalars["Boolean"];
991991
/** Committership details of the commit. */
992992
committer?: Maybe<GitActor>;

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ export type Commit = Node &
10841084
commitUrl: Scalars["URI"];
10851085
/** The datetime when this commit was committed. */
10861086
committedDate: Scalars["DateTime"];
1087-
/** Check if commited via GitHub web UI. */
1087+
/** Check if committed via GitHub web UI. */
10881088
committedViaWeb: Scalars["Boolean"];
10891089
/** Committership details of the commit. */
10901090
committer?: Maybe<GitActor>;

0 commit comments

Comments
 (0)