Skip to content

Commit

Permalink
Merge pull request #1401 from oseifrimpong/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mtibben committed Nov 30, 2020
2 parents 4cc031a + 1123ba0 commit b484fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/gin.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install Gin:
$ go get github.com/gin-gonic/gin
```

In your router file, define the handlers for the GraphQL and Playground endpoints in two different methods and tie then together in the Gin router:
In your router file, define the handlers for the GraphQL and Playground endpoints in two different methods and tie them together in the Gin router:

```go
import (
Expand Down

0 comments on commit b484fc2

Please sign in to comment.