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

Commit ecb7d38

Browse files
committed
spelling: visibility
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 345f5d9 commit ecb7d38

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
@@ -2018,7 +2018,7 @@ export type CreateTeamDiscussionInput = {
20182018
title: Scalars["String"];
20192019
/** The content of the discussion. */
20202020
body: Scalars["String"];
2021-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2021+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
20222022
private?: Maybe<Scalars["Boolean"]>;
20232023
/** A unique identifier for the client performing the mutation. */
20242024
clientMutationId?: Maybe<Scalars["String"]>;

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11221,7 +11221,7 @@
1122111221
},
1122211222
{
1122311223
"name": "private",
11224-
"description": "If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
11224+
"description": "If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion.",
1122511225
"type": {
1122611226
"kind": "SCALAR",
1122711227
"name": "Boolean",

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,7 @@ export declare type CreateTeamDiscussionInput = {
18501850
title: Scalars["String"];
18511851
/** The content of the discussion. */
18521852
body: Scalars["String"];
1853-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
1853+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
18541854
private?: Maybe<Scalars["Boolean"]>;
18551855
/** A unique identifier for the client performing the mutation. */
18561856
clientMutationId?: Maybe<Scalars["String"]>;

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ export type CreateTeamDiscussionInput = {
20272027
title: Scalars["String"];
20282028
/** The content of the discussion. */
20292029
body: Scalars["String"];
2030-
/** If true, restricts the visiblity of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
2030+
/** If true, restricts the visibility of this discussion to team members and organization admins. If false or not specified, allows any organization member to view this discussion. */
20312031
private?: Maybe<Scalars["Boolean"]>;
20322032
/** A unique identifier for the client performing the mutation. */
20332033
clientMutationId?: Maybe<Scalars["String"]>;

0 commit comments

Comments
 (0)