Skip to content

Commit caaa071

Browse files
authored
Tidy wording and remove grammar formatting (graphql#19)
1 parent 1e1d9a0 commit caaa071

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ Thanks for contributing to GraphQL Scalars.
44

55
The goal of the GraphQL Scalars project is to provide a directory of GraphQL
66
Custom Scalar specifications, contributed by the community. Contributed
7-
specifications will be hosted on a GraphQL Foundation owned domain
7+
specifications are hosted on a GraphQL Foundation owned domain
88
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with
9-
the built-in `@specifiedBy` GraphQL directive.
9+
the built-in `@specifiedBy`
10+
[GraphQL directive](https://spec.graphql.org/draft/#sec--specifiedBy).
1011

1112
GraphQL Custom Scalar specifications are language agnostic and thus can be used
1213
to document and standardize behavior across different languages.
1314

14-
We will confirm the domain details soon. We are currently setting this up.
15-
1615
Please ensure that you read the
1716
[Code of Conduct](https://graphql.org/codeofconduct/) before contributing to
1817
this project.

scalars/contributed/andimarek/date-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# DateTime — GraphQL Custom Scalar
44

5-
Author: andimarek
5+
Author - andimarek
66

7-
Date: 2022-10-18
7+
Date - 2022-10-18
88

99
This is a String-based Scalar.
1010

scalars/template-string.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# \<name\> — GraphQL Custom Scalar
44

5-
"Author:\<github user name\> "
5+
"Author - \<github user name\> "
66

7-
"Date: \<the date of the first publication in YYYY-MM-DD format\>"
7+
"Date - \<the date of the first publication in YYYY-MM-DD format\>"
88

99
This template is meant to be copied and modified. This template is meant for
1010
Scalars which are based on the built-in String Scalar

scalars/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# \<name\> — GraphQL Custom Scalar
44

5-
"Author:\<github user name\> "
5+
"Author - \<github user name\> "
66

7-
"Date: \<the date of the first publication in YYYY-MM-DD format\>"
7+
"Date - \<the date of the first publication in YYYY-MM-DD format\>"
88

99
This template is meant to be copied and modified. This template is meant for
1010
Scalars which are _not_ based on the built-in String Scalar

0 commit comments

Comments
 (0)