Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #174 from apiaryio/kylef/resources-plural
Browse files Browse the repository at this point in the history
[Examples] Refer to resources group as plural
  • Loading branch information
pksunkara committed Mar 23, 2015
2 parents 2c415a6 + 39d3020 commit d08fc7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/Polls API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}]

Expand Down
2 changes: 1 addition & 1 deletion examples/Polls Hypermedia API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}]

Expand Down

0 comments on commit d08fc7a

Please sign in to comment.