Skip to content

Commit 6f1f039

Browse files
Matti Andreas Nielsenctrombley
authored andcommitted
doc.go: Fix gramma 'deserialzied' -> 'deserialized' (google#167)
1 parent 44a17b8 commit 6f1f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
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)