Skip to content

Commit 095d6e3

Browse files
committed
chore(gen): update
1 parent ce0a208 commit 095d6e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/object-storage/how-to/access-objects-via-https.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Securely access objects in Object Storage over HTTPS.
88
tags: object storage object-storage download https
99
dates:
10-
validation: 2024-10-04
10+
validation: 2025-04-08
1111
posted: 2023-09-05
1212
categories:
1313
- storage
@@ -18,7 +18,7 @@ Scaleway Object Storage allows you to access your objects via HTTPS.
1818

1919
If an object is [private](/object-storage/how-to/manage-object-visibility/), you can create a temporary public link from the [Scaleway console](https://console.scaleway.com).
2020

21-
If an object is public, you can retreive the link to access it from the [Scaleway console](https://console.scaleway.com).
21+
If an object is public, you can retrieve the link to access it from the [Scaleway console](https://console.scaleway.com).
2222

2323
<Macro id="requirements" />
2424

pages/serverless-jobs/reference-content/jobs-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn the limitations of Scaleway Serverless Jobs.
88
tags: Jobs limitations serverless
99
dates:
10-
validation: 2024-10-03
10+
validation: 2025-04-08
1111
posted: 2021-03-28
1212
categories:
1313
- serverless
@@ -43,7 +43,7 @@ images.
4343

4444
For example, if you build an image using an ARM CPU, such as Apple Silicon M series, your image will be in the `arm64` architecture, and you will have an error message during deployment.
4545

46-
You must ensure that you build your image to target `amd64` architecture, to acheive this there are multiple solutions:
46+
You must ensure that you build your image to target `amd64` architecture, to achieve this there are multiple solutions:
4747
* You can use the following docker command: `docker buildx build --platform linux/amd64 .`, or
4848
* You can use an Instance with `amd64` architecture to run your builds.
4949

0 commit comments

Comments
 (0)