Skip to content

Commit

Permalink
Fix typo (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
bn4t committed May 5, 2020
1 parent 05464a8 commit 235898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1763,7 +1763,7 @@ func main() {
// kill -9 is syscall.SIGKILL but can't be catch, so don't need add it
signal.Notify(quit, syscall.SIGINT, syscall.SIGTERM)
<-quit
log.Println("Shuting down server...")
log.Println("Shutting down server...")

// The context is used to inform the server it has 5 seconds to finish
// the request it is currently handling
Expand Down

0 comments on commit 235898e

Please sign in to comment.