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).