Skip to content

Commit 3331a50

Browse files
fix grammar
1 parent 16474d8 commit 3331a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/http3/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func(w http.ResponseWriter, r *http.Request) {
118118

119119
## Graceful Shutdown
120120

121-
The `http3.Server` can be gracefully closed by calling the `Shutdown`. The server then stops accepting new connections and new requests, but allows existing requests to finish.
121+
The `http3.Server` can be gracefully closed by calling the `Shutdown` method. The server then stops accepting new connections and new requests, but allows existing requests to finish.
122122

123123
```go
124124
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)

0 commit comments

Comments
 (0)