Skip to content

Commit 405aa9f

Browse files
authored
Fix spelling in cookbook
1 parent 98c4c20 commit 405aa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/graceful-shutdown/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func main() {
2929
}
3030
}()
3131

32-
// Wait for interrupt signal to gracefully shutdown the server with a timeout of 10 seconds.
32+
// Wait for interrupt signal to gracefully shut down the server with a timeout of 10 seconds.
3333
<-ctx.Done()
3434
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
3535
defer cancel()

0 commit comments

Comments
 (0)