We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7674ce7 commit 51e4821Copy full SHA for 51e4821
1 file changed
cmd/graphiql/main.go
@@ -46,7 +46,7 @@ func run(endpoint, port string) {
46
47
log.Printf("GraphiQL run on http://localhost%s...\n", httpAddr)
48
log.Printf("GraphQL endpoint %s\n", endpoint)
49
- log.Printf("Use (ctrl+c) for terminate the execution")
+ log.Printf("Use (ctrl+c) to terminate the execution")
50
51
if err := http.ListenAndServe(httpAddr, nil); err != nil {
52
panic(err)
0 commit comments