doc.go: Fix gramma 'deserialzied' -> 'deserialized' (#167)

This commit is contained in:
Matti Andreas Nielsen 2021-02-17 22:33:12 +01:00 committed by GitHub
parent f822737867
commit 4fcdb6314a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -2,7 +2,7 @@
Package jsonapi provides a serializer and deserializer for jsonapi.org spec payloads.
You can keep your model structs as is and use struct field tags to indicate to jsonapi
how you want your response built or your request deserialzied. What about my relationships?
how you want your response built or your request deserialized. What about my relationships?
jsonapi supports relationships out of the box and will even side load them in your response
into an "included" array--that contains associated objects.