Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 24, 2024
1 parent 3281a2b commit c112736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ words:
- tatooine
- zuck
- zuckerberg
- subselections

ignoreWords:
- Aremergeable
Expand Down
8 changes: 4 additions & 4 deletions spec/Appendix A -- Field Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c112736

Please sign in to comment.