From e23a1c37c2bf8f4e8f48464b9d0f077557bda829 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 19 Mar 2024 18:03:24 +0000 Subject: [PATCH] grammar Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index b20f1316..4e4d3a5b 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2157,7 +2157,7 @@ This endpoint is particularly useful if the client has lost context on the aggre a parent event and needs to rebuild/verify it. When using the `recurse` parameter, note that there no way for a client to -affect how much the server recurses. If the client decides that the server's +control how far the server recurses. If the client decides that the server's recursion level is insufficient, it could, for example, perform the recursion manually, or disable whatever feature requires more recursion.