We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d698c commit 4e6e0b1Copy full SHA for 4e6e0b1
1 file changed
documentation/usage.md
@@ -517,7 +517,7 @@ extension Foundation.URL: JSONAPIURL {}
517
extension String: JSONAPIURL {}
518
```
519
520
-Here's an example of an "article" resource with some links object and some JSON it would be capable of parsing:
+Here's an example of an "article" resource object with some links and the JSON it would be capable of parsing:
521
```swift
522
struct PersonStubDescription: JSONAPI.ResourceObjectDescription {
523
// this is just a pretend model to be used in a relationship below.
0 commit comments