This commit is contained in:
Sam Woodard 2015-07-13 14:49:36 -07:00
parent c313ba107c
commit 48a0031e3a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ This method encodes a response for a single record only. If you want to serializ
records, see, [MarshalManyPayload](#marshalmanypayload). Wrties a jsonapi response, with
related records sideloaded, into `included` array.
#### Handler Exmaple Code
#### Handler Example Code
```go
func CreateBlog(w http.ResponseWriter, r *http.Request) {