From 39d30208f493d544fe3bf762a973d7d613018784 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 23 Mar 2015 10:21:57 +0000 Subject: [PATCH] [Examples] Refer to resources group as plural --- Tutorial.md | 2 +- examples/Polls API.md | 2 +- examples/Polls Hypermedia API.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tutorial.md b/Tutorial.md index b924117..f45f7aa 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -39,7 +39,7 @@ Now it's time to start documenting the API resources. Using the `Group` keyword ```markdown # Group Questions -Resource related to questions in the API. +Resources related to questions in the API. ``` ## Resource diff --git a/examples/Polls API.md b/examples/Polls API.md index 8c6661f..0ce977f 100644 --- a/examples/Polls API.md +++ b/examples/Polls API.md @@ -21,7 +21,7 @@ It is recommend to follow the “url” link values, [Link](https://tools.ietf.o ## Group Question -Resource related to questions in the API. +Resources related to questions in the API. ## Question [/questions/{question_id}] diff --git a/examples/Polls Hypermedia API.md b/examples/Polls Hypermedia API.md index 74863ea..471d76e 100644 --- a/examples/Polls Hypermedia API.md +++ b/examples/Polls Hypermedia API.md @@ -378,7 +378,7 @@ You may create your own question using this action. It takes a JSON object conta ## Group Question -Resource related to questions in the API. +Resources related to questions in the API. ## Question [/questions/{question_id}]