diff --git a/docs/query-language.md b/docs/query-language.md index 24c9b2567..1d0e01ac4 100644 --- a/docs/query-language.md +++ b/docs/query-language.md @@ -359,7 +359,7 @@ Returns `[{"key": 1, "count": 2}, {"key": 2, "count": 2}, {"key": 3, "count": 1} * key is a repository ID * count is amount of users -* Results are the number of user that starred each repository in descending order for all respositories in the stargazer frame. +* Results are the number of users that starred each repository in descending order for all respositories in the stargazer frame. ``` TopN(frame="stargazer", n=2)