From 17c27682fff55fb19a22cb2b123d544dbe3ec21c Mon Sep 17 00:00:00 2001 From: Thomas Tacquet Date: Wed, 15 Jan 2025 17:15:03 +0100 Subject: [PATCH] typo --- serverless/containers/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/containers/concepts.mdx b/serverless/containers/concepts.mdx index 798bd76eb4..8308e556dd 100644 --- a/serverless/containers/concepts.mdx +++ b/serverless/containers/concepts.mdx @@ -148,7 +148,7 @@ The registry endpoint parameter is the resource linked to the container image us ## Request timeout -Request timeout is the maximum amount of time a request to a Serverless Function is allowed to run before the request is terminated. Purpose of this parameter is to ensure long-running requests do not hand indefinitely, which could impact ressource usage and scalability. +Request timeout is the maximum amount of time a request to a Serverless Container is allowed to run before the request is terminated. Purpose of this parameter is to ensure long-running requests do not hand indefinitely, which could impact ressource usage and scalability. Use cases: * **Shorter timeouts:** Ideal for use cases with quick, predictable response times, such as HTTP APIs or real-time applications.