From 678fce5b7031b1aaa52f5092726ab2bcbd7e2be6 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Mon, 21 Mar 2016 19:19:28 +0000 Subject: [PATCH] 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 --- guidelines/counting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/counting.rst b/guidelines/counting.rst index 64c516b..652b3e3 100644 --- a/guidelines/counting.rst +++ b/guidelines/counting.rst @@ -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