From 92605558ecb3d6535a80e40e0c6094a4e6a54008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 25 Oct 2019 14:55:05 +0200 Subject: [PATCH] Correct spelling of comment --- webapp/graphql/Moderation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/graphql/Moderation.js b/webapp/graphql/Moderation.js index 04ac11076..27e1cf700 100644 --- a/webapp/graphql/Moderation.js +++ b/webapp/graphql/Moderation.js @@ -1,7 +1,7 @@ import gql from 'graphql-tag' export const reportListQuery = () => { - // no limit vor the moment like before: "reports(first: 20, orderBy: createdAt_desc)" + // no limit for the moment like before: "reports(first: 20, orderBy: createdAt_desc)" return gql` query { reports(orderBy: createdAt_desc) {