Skip to content

Commit f358706

Browse files
committed
fix cspell
1 parent 3dca84c commit f358706

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ this project.
3737
locally build the resulting public specification files. Navigate to the
3838
`/public` folder to view the built files.
3939

40-
4. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls)
40+
4. Run `npm test` to ensure proper formatting before submitting a pull request.
41+
You may need to add terms to
42+
[cspell.yml](https://github.com/graphql/graphql-scalars/tree/main/cspell.yml).
43+
44+
5. [Open a new pull request](https://github.com/graphql/graphql-scalars/pulls)
4145
for each Custom Scalar specification you would like to add.
4246

4347
### Review process

cspell.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: en-US
2+
words:
3+
# Authors
4+
- andimarek
5+
# Terms of art and abbreviations
6+
- secfrac

scalars/contributed/andimarek/date-time.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,3 @@ two divider characters `T` and `Z` are always uppercase, never `t` or `z`.
110110
# Input
111111

112112
As Input every valid String as described above must be accepted.
113-
114-
<!-- cSpell:ignore andimarek secfrac -->

scalars/template-string.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ Provide positive and negative examples of literal and JSON raw input values.
3737
# References
3838

3939
List external references, other background information etc.
40-
41-
<!-- cSpell:ignore <github user name> -->

scalars/template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ Provide positive and negative examples of JSON values.
4242
# References
4343

4444
List external references, other background information etc.
45-
46-
<!-- cSpell:ignore <github user name> -->

0 commit comments

Comments
 (0)