Skip to content

Commit 51e4821

Browse files
committed
Fix typo
1 parent 7674ce7 commit 51e4821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/graphiql/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func run(endpoint, port string) {
4646

4747
log.Printf("GraphiQL run on http://localhost%s...\n", httpAddr)
4848
log.Printf("GraphQL endpoint %s\n", endpoint)
49-
log.Printf("Use (ctrl+c) for terminate the execution")
49+
log.Printf("Use (ctrl+c) to terminate the execution")
5050

5151
if err := http.ListenAndServe(httpAddr, nil); err != nil {
5252
panic(err)

0 commit comments

Comments
 (0)