diff --git a/docs/content/recipes/gin.md b/docs/content/recipes/gin.md index 155cc76e05..2aedd026f6 100644 --- a/docs/content/recipes/gin.md +++ b/docs/content/recipes/gin.md @@ -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 (