From b59a24ae5f5fce1456f18e4a6a536573fc12f6dc Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Tue, 27 Nov 2018 11:00:18 +0300 Subject: [PATCH] Update directives.md Fix small typo --- docs/content/reference/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/directives.md b/docs/content/reference/directives.md index fe73a70673b..7b58e8e2217 100644 --- a/docs/content/reference/directives.md +++ b/docs/content/reference/directives.md @@ -41,7 +41,7 @@ type Mutation { ## Implement the directive -Finally, we need to implement the directive, and pass it in when startin gthe server: +Finally, we need to implement the directive, and pass it in when starting the server: ```go package main