diff --git a/docs/content/recipes/cors.md b/docs/content/recipes/cors.md index 9dc03f0d6ce..9e36110e7e7 100644 --- a/docs/content/recipes/cors.md +++ b/docs/content/recipes/cors.md @@ -15,10 +15,10 @@ gqlgen doesn't include a CORS implementation, but it is built to work with all s package main import ( - "net/http" + "net/http" "github.com/99designs/gqlgen/graphql/handler/transport" - "github.com/99designs/gqlgen/example/starwars" + "github.com/99designs/gqlgen/example/starwars" "github.com/99designs/gqlgen/graphql/handler" "github.com/go-chi/chi" "github.com/rs/cors"