Skip to content

Commit 4fcdb63

Browse files
author
Matti Andreas Nielsen
authored
doc.go: Fix gramma 'deserialzied' -> 'deserialized' (google#167)
1 parent f822737 commit 4fcdb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

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

0 commit comments

Comments
 (0)