From c1127368e68f36e150e80656623c6a55d5066b86 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 24 Oct 2024 16:06:02 +0200 Subject: [PATCH] spelling --- cspell.yml | 1 + spec/Appendix A -- Field Selection.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cspell.yml b/cspell.yml index 06d3a5b..9bf17bf 100644 --- a/cspell.yml +++ b/cspell.yml @@ -27,6 +27,7 @@ words: - tatooine - zuck - zuckerberg + - subselections ignoreWords: - Aremergeable diff --git a/spec/Appendix A -- Field Selection.md b/spec/Appendix A -- Field Selection.md index 0ca850f..e001a7b 100644 --- a/spec/Appendix A -- Field Selection.md +++ b/spec/Appendix A -- Field Selection.md @@ -31,7 +31,7 @@ query { } ``` -Here, it is exptected that the `userId` "123" corresponds directly to `User.id`, +Here, it is expected that the `userId` "123" corresponds directly to `User.id`, resulting in the following response if correctly implemented: ```json @@ -339,10 +339,10 @@ Is equivalent to the {Name} defined in the ### Path -Path :: - < TypeName > . PathSemgent - PathSemgent +Path :: - < TypeName > . PathSegment - PathSegment -PathSegment :: - FieldName - FieldName . PathSemgent - FieldName < TypeName > . -PathSemgent +PathSegment :: - FieldName - FieldName . PathSegment - FieldName < TypeName > . +PathSegment FieldName :: - Name