Skip to content

Commit faf4e62

Browse files
chore(gen): content review MTA-5964 (#4876)
1 parent b7c156c commit faf4e62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pages/object-storage/how-to/get-started-edge-services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to configure an Edge Services pipeline for a Scaleway Object Storage bucket. Set up your own custom domain to point to your bucket, and enable a caching service for faster and more efficient delivery.
88
tags: object storage edge services edge-services cdn content delivery network cache domain certificate custom-domain https
99
dates:
10-
validation: 2024-10-15
10+
validation: 2025-04-23
1111
posted: 2023-09-14
1212
categories:
1313
- storage

pages/serverless-containers/how-to/add-trigger-to-a-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: How to add triggers to Scaleway Serverless Containers.
88
tags: containers
99
dates:
10-
validation: 2024-10-15
10+
validation: 2025-04-23
1111
posted: 2023-04-27
1212
categories:
1313
- serverless

pages/serverless-functions/how-to/add-trigger-to-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to add triggers to your Serverless Functions in Scaleway.
88
tags: functions
99
dates:
10-
validation: 2024-10-15
10+
validation: 2025-04-23
1111
posted: 2023-04-27
1212
categories:
1313
- serverless

pages/serverless-functions/reference-content/functions-handlers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover how to implement function handlers for Serverless Functions in Scaleway.
88
tags: serverless functions cron crontab schedule cronjob
99
dates:
10-
validation: 2024-10-15
10+
validation: 2025-04-23
1111
posted: 2024-04-09
1212
categories:
1313
- serverless
@@ -128,7 +128,7 @@ To learn how to package a function and its dependencies in a zip file, refer to
128128
// Set the header explicitly depending the returned data
129129
w.Header().Set("Content-Type", "application/json")
130130

131-
// Customise status code.
131+
// Customize status code.
132132
w.WriteHeader(http.StatusOK)
133133

134134
// Add content to the response

0 commit comments

Comments
 (0)