Skip to content

Commit 0a512e4

Browse files
committed
Fix typos
1 parent 47f0ca4 commit 0a512e4

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
TODO

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for contributing to GraphQL Scalars.
55
The goal of the GraphQL Scalars project is to provide a directory of GraphQL
66
Custom Scalar specifications, contributed by the community. Contributed
77
specifications will be hosted on a GraphQL Foundation owned domain
8-
https://scalars.graphql.org, which can be referenced with the built-in
8+
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with the built-in
99
`@specifiedBy` GraphQL directive.
1010

1111
GraphQL Custom Scalar specifications are language agnostic and thus can be used
@@ -69,5 +69,4 @@ available reference documents. We will permit small edits which do not change
6969
specification semantics, such as typo fixes.
7070

7171
A new version of a Custom Scalar specification should have a new scalar name,
72-
such as `<scalar-name>2`, `<scalar-name>3`, or a completely different name like
73-
OffsetDateTime is different to DateTime.
72+
either with a number appended such as `<scalar-name>2`, or a different name such as `OffsetDateTime` to differentiate from `DateTime`.

scalars/contributed/andimarek/date-time.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Custom Scalar spec DateTime
22

3-
"Author: andimarek"
3+
Author: andimarek
44

5-
"Date: 2022-10-18"
5+
Date: 2022-10-18
66

7-
This is a String based Scalars (TODO: add link to explanation).
7+
This is a String-based Scalar.
88

99
# Overview
1010

scalars/new-scalar.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ Thanks for contributing to GraphQL Scalars.
55
The goal of the GraphQL Scalars project is to provide a directory of GraphQL
66
Custom Scalar specifications, contributed by the community. Contributed
77
specifications will be hosted on a GraphQL Foundation owned domain
8-
https://scalars.graphql.org, which can be referenced with the built-in
8+
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with the built-in
99
`@specifiedBy` GraphQL directive.
1010

1111
GraphQL Custom Scalar specifications are language agnostic and thus can be used
1212
to document and standardize behavior across different languages.
1313

14-
The scalars will be hosted at https://scalars.graphql.org. We are currently
15-
setting this up.
16-
1714
Please ensure that you read the
1815
[Code of Conduct](https://graphql.org/codeofconduct/) before contributing to
1916
this project.
@@ -70,5 +67,4 @@ available reference documents. We will permit small edits which do not change
7067
specification semantics, such as typo fixes.
7168

7269
A new version of a Custom Scalar specification should have a new scalar name,
73-
such as `<scalar-name>2`, `<scalar-name>3`, or a completely different name like
74-
OffsetDateTime is different to DateTime.
70+
either with a number appended such as `<scalar-name>2`, or a different name such as `OffsetDateTime` to differentiate from `DateTime`.

0 commit comments

Comments
 (0)