From 17cbe457d2d782bee914680b38fa101c9327b811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 23 Jun 2019 21:29:04 +0200 Subject: [PATCH] graphql: fix typo --- graphql/schema/root.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/schema/root.graphql b/graphql/schema/root.graphql index 4a89c825322b3d735e2059ec2d30595a1d25d166..f66272ca3681ef46f42ad5f5ee144ed53fdae163 100644 --- a/graphql/schema/root.graphql +++ b/graphql/schema/root.graphql @@ -16,7 +16,7 @@ type Mutation { openBug(input: OpenBugInput!): OpenBugPayload! """Change a bug's status to closed""" closeBug(input: CloseBugInput!): CloseBugPayload! - """Change a bug's titlel""" + """Change a bug's title""" setTitle(input: SetTitleInput!): SetTitlePayload! """Commit write the pending operations into storage. This mutation fail if nothing is pending""" commit(input: CommitInput!): CommitPayload!