Skip to content

Commit 3dca84c

Browse files
committed
Minor copy edits
1 parent 2f55eec commit 3dca84c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ as `OffsetDateTime` to differentiate from `DateTime`.
6161
## Licensing
6262

6363
Specifications contributed to the GraphQL Scalars repository are part of the
64-
GraphQL Specification Project and available by the
64+
GraphQL Specification Project and are made available by the
6565
[Joint Development Foundation](https://www.jointdevelopment.org/). The current
6666
[GraphQL Working Group](https://github.com/graphql/graphql-wg) charter, which
6767
includes the IP policy governing all working group deliverables (including
68-
specifications, source code, and datasets) may be found at
69-
[https://technical-charter.graphql.org](https://technical-charter.graphql.org).
68+
specifications, source code, and datasets) may be found in the
69+
[technical charter](https://technical-charter.graphql.org).
7070

7171
By contributing to this repository, you agree to license your work according to
7272
the licenses governing GraphQL Specification Project deliverables, which are:
@@ -113,5 +113,5 @@ POSSIBILITY OF SUCH DAMAGE.
113113

114114
## Code of Conduct
115115

116-
This project abides by the GraphQL Foundation Code of Conduct at
117-
https://graphql.org/codeofconduct/.
116+
This project abides by the GraphQL Foundation's
117+
[Code of Conduct](https://graphql.org/codeofconduct/).

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ HTML="<html>
6363
<h2>Contributed specifications</h2>
6464
<table>
6565
<tr>
66+
<th>Specification name</th>
6667
<th>Author</th>
67-
<th>Spec name</th>
6868
</tr>"
6969

7070
echo "building specs"
@@ -74,8 +74,8 @@ for AUTHOR in scalars/contributed/*; do
7474
spec-md --githubSource "https://github.com/graphql/graphql-scalars/blame/main/" "$FILE" > "$OUT_DIR/$(basename $AUTHOR)"/"$(basename $FILE .md)".html
7575
HTML="$HTML
7676
<tr>
77-
<td>$(basename $AUTHOR)</td>
7877
<td><a href=\"$(basename $AUTHOR)/$(basename $FILE .md).html\">$(basename ${FILE%.*})</a></td>
78+
<td>$(basename $AUTHOR)</td>
7979
</tr>"
8080
true
8181
done

0 commit comments

Comments
 (0)