From 7e07ee7bea1f013b4094b5a01f6646152cf2b2fc Mon Sep 17 00:00:00 2001 From: Steven Phillips Date: Mon, 21 Dec 2015 22:17:17 -0800 Subject: [PATCH] examples/start.md: Fixed typo Should be 'results' --- docs/examples/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/start.md b/docs/examples/start.md index ad5beaa9f..ae7777245 100644 --- a/docs/examples/start.md +++ b/docs/examples/start.md @@ -101,7 +101,7 @@ In Postman it will look like this Notice that the post type is `raw` and that `Content-Type: text/csv` set in the Headers tab. -The server returns HTTP 201 Created. Because we inserted more than one item at once there is no `Location` header in the response. However sometimes you want to learn more about items which you just inserted. To have the server include the full restuls include the header `Prefer: return=representation`. +The server returns HTTP 201 Created. Because we inserted more than one item at once there is no `Location` header in the response. However sometimes you want to learn more about items which you just inserted. To have the server include the full results, include the header `Prefer: return=representation`. At this point if you send a GET request to `/festival` it should return