Skip to content

Commit 42555df

Browse files
committed
fix(gen): update
1 parent b134868 commit 42555df

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pages/apple-silicon/how-to/setup-vm-with-utm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ UTM is a free and open-source software that leverages Apple's Hypervisor framewo
2525
- A [Mac mini](/apple-silicon/how-to/create-mac-mini/)
2626
- [VNC access](/apple-silicon/how-to/access-remote-desktop-mac-mini/) to your Mac
2727

28-
## Installating UTM
28+
## Installing UTM
2929

3030
1. Download and install UTM on the Mac mini:
3131
* From the official [Mac App Store](https://apps.apple.com/us/app/utm-virtual-machines/id1538878817) or

pages/container-registry/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Service is currently available in our `nl-ams` (Amsterdam, The Netherlands),
2020

2121
Scaleway Container Registry is billed based on stored images size, and outgoing data transfer.
2222

23-
| | Stored Images | Outgoing data transfer | Incoming data transfert |
23+
| | Stored Images | Outgoing data transfer | Incoming data transfer |
2424
|----------------|-----------------|--------------------------------------------------|-------------------------|
2525
| Private images | €0.027/GB/month | Inter-regional: €0.033/GB - Intra-regional: free | Free |
2626
| Public images | Free up to 75GB | Inter-regional: free - Intra-regional: free | Free |

pages/dedibox-ip-failover/menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const dediboxIpFailoverMenu = {
4343
slug: 'configure-windows',
4444
},
4545
{
46-
label: 'Create a vitual MAC address',
46+
label: 'Create a virtual MAC address',
4747
slug: 'create-virtual-mac',
4848
},
4949
{

pages/dedibox-ipv6/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ All Scaleway Dedibox dedicated servers support IPv6. You can request a free /48
3737

3838
Activation of IPv6 SLAAC assigns **one** `/128` IPv6 subnet to your server (one usable IPv6 address). This IP will be statically linked to your server and can not be attributed to another server.
3939

40-
<Message tyoe="note">
40+
<Message type="note">
4141
This feature is not yet available for all servers. Only the servers that are compatible will show the related button.
4242
</Message>
4343

pages/instances/reference-content/migrating-vms-vmware-scaleway.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The migration uses an intermediate Scaleway Instance as a converter, using tools
3030

3131
Refer to [Scaleway’s Instance documentation](https://www.scaleway.com/en/docs/instances/) for details on setting up Instances and related services.
3232

33-
<Message type="impotant">
33+
<Message type="important">
3434
If your virtual machine is running Windows, make sure to install the [virtiofs drivers](https://virtio-fs.gitlab.io/howto-windows.html) before exporting the VM.
3535
</Message>
3636

pages/managed-databases-for-postgresql-and-mysql/api-cli/connecting-managed-databases-to-kubernetes-clusters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Create a Private Network that both your Kubernetes cluster and database will use
6868
private-network.enable-ipam=true region-fr-par
6969
```
7070

71-
4. Get the Insance details and look for the public endpoint ID under the "Endpoints" section.
71+
4. Get the Instance details and look for the public endpoint ID under the "Endpoints" section.
7272
```
7373
scw rdb instance get <database-instance-id>
7474
```

pages/transactional-email/how-to/autoconfigure-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Automatic configuration of your DNS zone streamlines the setup of your domain fo
1515
You can enable autoconfiguration directly from the Scaleway console (see instructions below), through the [Transactional Email API](https://www.scaleway.com/en/developers/api/transactional-email/#path-domains-register-a-domain-in-a-project), or via [Terraform/OpenTofu](https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/data-sources/tem_domain.md) using the `autoconfig` parameter (`bool`).
1616

1717
<Message type="note">
18-
This documentation covers the use of DNS autoconfiguration for domains already registerd with Transactional Email. If you want to add a new domain, refer to [How to configure your sending domain with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/).
18+
This documentation covers the use of DNS autoconfiguration for domains already registered with Transactional Email. If you want to add a new domain, refer to [How to configure your sending domain with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/).
1919
</Message>
2020

2121
<Requirements />

0 commit comments

Comments
 (0)