From a42af9762bd1d9901e8c7e1185703c4883bd836c Mon Sep 17 00:00:00 2001 From: John Breault <74558611+JohnBreault@users.noreply.github.com> Date: Wed, 21 Sep 2022 11:39:24 -0700 Subject: [PATCH] Update resource-limitations.md removed a stray parenthesis --- content/graphql/overview/resource-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/graphql/overview/resource-limitations.md b/content/graphql/overview/resource-limitations.md index 08b0edb336..5da4674ed3 100644 --- a/content/graphql/overview/resource-limitations.md +++ b/content/graphql/overview/resource-limitations.md @@ -173,7 +173,7 @@ query { * The `cost` field returns the point cost for the current call that counts against the rate limit. -* The `remaining` field returns the number of points remaining in the current rate limit window.) +* The `remaining` field returns the number of points remaining in the current rate limit window. * The `resetAt` field returns the time at which the current rate limit window resets in [UTC epoch seconds](http://en.wikipedia.org/wiki/Unix_time).