Skip to content

Commit

Permalink
fix doc indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Scarr committed Nov 26, 2018
1 parent b0acd07 commit 6c57591
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/reference/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The easiest way to turn it on and off at runtime by passing a handler option whe

```go
srv := httptest.NewServer(
handler.GraphQL(
NewExecutableSchema(Config{Resolvers: resolvers}),
handler.IntrospectionEnabled(false),
),
)
handler.GraphQL(
NewExecutableSchema(Config{Resolvers: resolvers}),
handler.IntrospectionEnabled(false),
),
)
```

## Disabling based on authentication
Expand Down

0 comments on commit 6c57591

Please sign in to comment.