From fbb8716f76199e9299bc064c0a61fe878ae68e55 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sun, 4 Oct 2015 20:26:43 +0200 Subject: [PATCH] typo fix blog_posting -> blog_postings --- getting-started/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/api.md b/getting-started/api.md index 1b7ad812ef4..7b79d33cfa2 100644 --- a/getting-started/api.md +++ b/getting-started/api.md @@ -289,7 +289,7 @@ Now, browse `http://localhost:8000/people`: Pagination is also supported (and enabled) out of the box. -It's time to post our first article. Run a POST request on `http://locahost:8000/blog_posting` with the following JSON document +It's time to post our first article. Run a POST request on `http://locahost:8000/blog_postings` with the following JSON document as body: ```json