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

Commit ba69d93

Browse files
committed
spelling: network
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 32265aa commit ba69d93

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
@@ -12896,7 +12896,7 @@ export type RepoCreateAuditEntry = Node &
1289612896
createdAt: Scalars["PreciseDateTime"];
1289712897
/** The name of the parent repository for this forked repository. */
1289812898
forkParentName?: Maybe<Scalars["String"]>;
12899-
/** The name of the root repository for this netork. */
12899+
/** The name of the root repository for this network. */
1290012900
forkSourceName?: Maybe<Scalars["String"]>;
1290112901
id: Scalars["ID"];
1290212902
/** The corresponding operation type for the action */

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71611,7 +71611,7 @@
7161171611
},
7161271612
{
7161371613
"name": "forkSourceName",
71614-
"description": "The name of the root repository for this netork.",
71614+
"description": "The name of the root repository for this network.",
7161571615
"args": [],
7161671616
"type": {
7161771617
"kind": "SCALAR",

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11528,7 +11528,7 @@ export declare type RepoCreateAuditEntry = Node & AuditEntry & RepositoryAuditEn
1152811528
createdAt: Scalars["PreciseDateTime"];
1152911529
/** The name of the parent repository for this forked repository. */
1153011530
forkParentName?: Maybe<Scalars["String"]>;
11531-
/** The name of the root repository for this netork. */
11531+
/** The name of the root repository for this network. */
1153211532
forkSourceName?: Maybe<Scalars["String"]>;
1153311533
id: Scalars["ID"];
1153411534
/** The corresponding operation type for the action */

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12905,7 +12905,7 @@ export type RepoCreateAuditEntry = Node &
1290512905
createdAt: Scalars["PreciseDateTime"];
1290612906
/** The name of the parent repository for this forked repository. */
1290712907
forkParentName?: Maybe<Scalars["String"]>;
12908-
/** The name of the root repository for this netork. */
12908+
/** The name of the root repository for this network. */
1290912909
forkSourceName?: Maybe<Scalars["String"]>;
1291012910
id: Scalars["ID"];
1291112911
/** The corresponding operation type for the action */

0 commit comments

Comments
 (0)