Fix typos in counting.rst

Also, probably worth reviewing this guidelines to see if it
reflects the current plans and state of the art.

Change-Id: I54bcd7559b4bc35ded5256403c972592c2f27bc9
This commit is contained in:
Chris Dent 2016-03-21 19:19:28 +00:00
parent 48eb61fe21
commit 678fce5b70
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Counting Resources
This topic document serves to provide guidance on returning the total size of
a resource collection in a project's public REST API; this is useful when the
total number of resources may be larger then the number of the resources being
total number of resources may be larger than the number of resources being
enumerated in a single response.
Guidance