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

Commit b861215

Browse files
committed
spelling: assignments
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 8028b61 commit b861215

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
@@ -8249,7 +8249,7 @@ export type OrgRestoreMemberAuditEntry = Node &
82498249
organizationUrl?: Maybe<Scalars["URI"]>;
82508250
/** The number of custom email routings for the restored member. */
82518251
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
8252-
/** The number of issue assignemnts for the restored member. */
8252+
/** The number of issue assignments for the restored member. */
82538253
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
82548254
/** Restored organization membership objects. */
82558255
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45333,7 +45333,7 @@
4533345333
},
4533445334
{
4533545335
"name": "restoredIssueAssignmentsCount",
45336-
"description": "The number of issue assignemnts for the restored member.",
45336+
"description": "The number of issue assignments for the restored member.",
4533745337
"args": [],
4533845338
"type": {
4533945339
"kind": "SCALAR",

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7426,7 +7426,7 @@ export declare type OrgRestoreMemberAuditEntry = Node & AuditEntry & Organizatio
74267426
organizationUrl?: Maybe<Scalars["URI"]>;
74277427
/** The number of custom email routings for the restored member. */
74287428
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
7429-
/** The number of issue assignemnts for the restored member. */
7429+
/** The number of issue assignments for the restored member. */
74307430
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
74317431
/** Restored organization membership objects. */
74327432
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8258,7 +8258,7 @@ export type OrgRestoreMemberAuditEntry = Node &
82588258
organizationUrl?: Maybe<Scalars["URI"]>;
82598259
/** The number of custom email routings for the restored member. */
82608260
restoredCustomEmailRoutingsCount?: Maybe<Scalars["Int"]>;
8261-
/** The number of issue assignemnts for the restored member. */
8261+
/** The number of issue assignments for the restored member. */
82628262
restoredIssueAssignmentsCount?: Maybe<Scalars["Int"]>;
82638263
/** Restored organization membership objects. */
82648264
restoredMemberships?: Maybe<OrgRestoreMemberAuditEntryMembership[]>;

0 commit comments

Comments
 (0)