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

Commit 8fc9c50

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

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
@@ -20,7 +20,7 @@ export type Scalars = {
2020
GitTimestamp: any;
2121
/** A string containing HTML code. */
2222
HTML: any;
23-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
23+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
2424
PreciseDateTime: any;
2525
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
2626
URI: any;

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52596,7 +52596,7 @@
5259652596
{
5259752597
"kind": "SCALAR",
5259852598
"name": "PreciseDateTime",
52599-
"description": "An ISO-8601 encoded UTC date string with millisecond precison.",
52599+
"description": "An ISO-8601 encoded UTC date string with millisecond precision.",
5260052600
"fields": null,
5260152601
"inputFields": null,
5260252602
"interfaces": null,

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export declare type Scalars = {
2323
GitTimestamp: any;
2424
/** A string containing HTML code. */
2525
HTML: any;
26-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
26+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
2727
PreciseDateTime: any;
2828
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */
2929
URI: any;

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type Scalars = {
2626
/** A string containing HTML code. */
2727
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2828
HTML: any;
29-
/** An ISO-8601 encoded UTC date string with millisecond precison. */
29+
/** An ISO-8601 encoded UTC date string with millisecond precision. */
3030
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3131
PreciseDateTime: any;
3232
/** An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string. */

0 commit comments

Comments
 (0)