From 5d9c31763abb3a738aa33d9d51a0cd24cfea9486 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 4 Oct 2024 16:49:35 +0200 Subject: [PATCH] chore(gen): update --- faq/serverless-functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/serverless-functions.mdx b/faq/serverless-functions.mdx index 2689cfb5f2..73a18eacbd 100644 --- a/faq/serverless-functions.mdx +++ b/faq/serverless-functions.mdx @@ -157,7 +157,7 @@ Serverless Functions use cases are wide so [several ways to deploy functions](/s ## How can I test my functions locally? - Scaleway provide libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless/functions/reference-content/local-testing/) for more information. + Scaleway provides libraries to run your functions locally, for debugging, profiling, and testing purposes. Refer to the [dedicated documentation](/serverless/functions/reference-content/local-testing/) for more information. ## Where can I find some advanced code examples for functions?