Skip to content

Commit

Permalink
Fix typo in introduction docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oskanberg authored Aug 3, 2018
1 parent b5a48e3 commit 8455243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8455243

Please sign in to comment.