Skip to content

Commit f94c8aa

Browse files
Update pages/file-storage/how-to/attach-file-system.mdx
Co-authored-by: Néda <[email protected]>
1 parent f304f46 commit f94c8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/file-storage/how-to/attach-file-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To attach a file system to an Instance, you must use the [Instance API](https://
4949

5050
1. Make sure you have [authenticated and performed your first request](https://www.scaleway.com/en/developers/api/#quickstart-first-request) with the Scaleway API.
5151

52-
2. Run the cURL request below to attach your file system to the desired Instance. Do not forget to replace the placeholders with the appropriate values.
52+
2. Run the cURL request below to attach your file system to the desired Instance. Remember to replace the placeholders with the appropriate values.
5353

5454
```bash
5555
curl -X POST 'https://api.scaleway.com/instance/v1/zones/<region>/servers/<instance-id>/attach-filesystem' \

0 commit comments

Comments
 (0)