Skip to content

Commit dc3218b

Browse files
authored
Update serverless/containers/concepts.mdx
1 parent d3d1f0f commit dc3218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ Unit used to measure the resource consumption of a container. It reflects the am
138138

139139
## Protocol
140140

141-
Serverless Containers supports **http1** (default) and **http2** (`h2c`). Use HTTP/2 if your container application is configured to listen for HTTP/2 requests, such as a gRPC service or a web server that utilizes HTTP/2 features like multiplexing, otherwise HTTP/1 is recommended.
141+
Serverless Containers supports **http1** (default) and **http2** (`h2c`). Use HTTP/2 if your container application is configured to listen for HTTP/2 requests, such as a gRPC service or a web server that uses HTTP/2 features like multiplexing, otherwise HTTP/1 is recommended.

0 commit comments

Comments
 (0)