Skip to content

Commit 1a35d7f

Browse files
committed
Prettify
1 parent 0a512e4 commit 1a35d7f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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-
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with the built-in
9-
`@specifiedBy` GraphQL directive.
8+
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with
9+
the built-in `@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.
@@ -69,4 +69,5 @@ 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-
either with a number appended such as `<scalar-name>2`, or a different name such as `OffsetDateTime` to differentiate from `DateTime`.
72+
either with a number appended such as `<scalar-name>2`, or a different name such
73+
as `OffsetDateTime` to differentiate from `DateTime`.

scalars/new-scalar.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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-
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with the built-in
9-
`@specifiedBy` GraphQL directive.
8+
[scalars.graphql.org](https://scalars.graphql.org), which can be referenced with
9+
the built-in `@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.
@@ -67,4 +67,5 @@ available reference documents. We will permit small edits which do not change
6767
specification semantics, such as typo fixes.
6868

6969
A new version of a Custom Scalar specification should have a new scalar name,
70-
either with a number appended such as `<scalar-name>2`, or a different name such as `OffsetDateTime` to differentiate from `DateTime`.
70+
either with a number appended such as `<scalar-name>2`, or a different name such
71+
as `OffsetDateTime` to differentiate from `DateTime`.

0 commit comments

Comments
 (0)