Skip to content

Commit

Permalink
Update gin.md
Browse files Browse the repository at this point in the history
Changed this:
`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:
`
to: 
`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:
`
  • Loading branch information
oseifrimpong committed Nov 25, 2020
1 parent 0e12bfb commit 1123ba0
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 1123ba0

Please sign in to comment.