From 84552437d36e5a4124a1af886f01184e16661b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Sk=C3=A5nberg-Tippen?= Date: Fri, 3 Aug 2018 14:47:56 +0100 Subject: [PATCH] Fix typo in introduction docs --- docs/content/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/introduction.md b/docs/content/introduction.md index 67267f9336a..21c538d0836 100644 --- a/docs/content/introduction.md +++ b/docs/content/introduction.md @@ -7,7 +7,7 @@ date: 2018-03-17T13:06:47+11:00 ## What is gqlgen? -[gqlgen](https://github.com/99designs/gqlgen) is golang library for building graphql servers without any fuss. gqlgen is: +[gqlgen](https://github.com/99designs/gqlgen) is a golang library for building graphql servers without any fuss. gqlgen is: - Schema first: You define your API using the graphql [Schema Definition Language](http://graphql.org/learn/schema/) - Type safe: You should never see `map[string]interface{}` here.