Skip to content

Commit

Permalink
fix introspection doc typo (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcain authored Jan 27, 2023
1 parent e6114a2 commit 49ac94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/reference/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ srv := handler.New(es)
srv.AddTransport(transport.Options{})
srv.AddTransport(transport.POST{})

if os.GetEnv("ENVIRONMENT") == "development" {
if os.Getenv("ENVIRONMENT") == "development" {
srv.Use(extension.Introspection{})
}
```
Expand Down

0 comments on commit 49ac94f

Please sign in to comment.