This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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>;
Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff 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>;
Original file line number Diff line number Diff 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>;
You can’t perform that action at this time.
0 commit comments