Skip to content

Commit 4e6e0b1

Browse files
authored
Update usage.md
fix typo
1 parent 21d698c commit 4e6e0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ extension Foundation.URL: JSONAPIURL {}
517517
extension String: JSONAPIURL {}
518518
```
519519

520-
Here's an example of an "article" resource with some links object and some JSON it would be capable of parsing:
520+
Here's an example of an "article" resource object with some links and the JSON it would be capable of parsing:
521521
```swift
522522
struct PersonStubDescription: JSONAPI.ResourceObjectDescription {
523523
// this is just a pretend model to be used in a relationship below.

0 commit comments

Comments
 (0)