From 33fde49de5815306fe9cb7d0599af6d5fdcb0fd2 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 30 Aug 2018 13:44:56 +0200 Subject: [PATCH] docs: fix dupliacate ApolloMutation menu item (#324) --- docs/guide/components/mutation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/components/mutation.md b/docs/guide/components/mutation.md index 3b0dadf..4f52066 100644 --- a/docs/guide/components/mutation.md +++ b/docs/guide/components/mutation.md @@ -1,4 +1,4 @@ -## ApolloMutation +# ApolloMutation You can use the `ApolloMutation` (or `apollo-mutation`) component to call Apollo mutations directly in your template.