From 22fb60ecf6cd89866a1be212cb33cae7635c4433 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 29 Apr 2025 10:26:15 +0200 Subject: [PATCH] fix(ins): fix small typo --- pages/instances/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instances/concepts.mdx b/pages/instances/concepts.mdx index bb83843ba8..3a04bcd2e1 100644 --- a/pages/instances/concepts.mdx +++ b/pages/instances/concepts.mdx @@ -182,4 +182,4 @@ Volumes are the storage space of your Instances. Two types of volumes exist: * **[Local volumes](/local-storage/)**: The local volume of an Instance is an all-SSD-based storage solution, using a RAID array for redundancy and performance, hosted on the local hypervisor. On Scaleway Instances, the size of the local volume is fixed and depends on the Instance type. Some Instance types do not use local volumes and [boot directly on block volumes](#boot-on-block). -* **[Block volumes*](/block-storage/)*: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance. \ No newline at end of file +* **[Block volumes*](/block-storage/)**: Block volumes provide network-attached storage you can plug in and out of Instances like a virtual hard drive. Block volumes behave like regular disks and can be used to increase the storage of an Instance. \ No newline at end of file