Skip to content

Commit 0a5d93d

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent d8aa8df commit 0a5d93d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/serverless-jobs/how-to/execute-complex-commands.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
1616

1717
- A Scaleway account logged into the [console](https://console.scaleway.com)
1818
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
19-
- created a [Serverless Job](/serverless-jobs/how-to/create-job/)
19+
- Created a [Serverless Job](/serverless-jobs/how-to/create-job/)
2020

2121
## How to create a secret containing your command
2222

@@ -26,7 +26,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
2626

2727
3. Click **+ Create secret**.
2828

29-
4. Select **Import secret**, choose the **Opaque** secret type, then drag and drop your file to the dedicated area. The maximum file size for your secret is 64 KiB.
29+
4. Select **Import secret**, choose the **Opaque** secret type, then drag and drop your file to the dedicated area. The maximum file size for your secret is 64 KiB.
3030
<Message type="note">
3131
We recommend using a shell script (`.sh`) file containing your command. Refer to the [section below](#complex-commands-examples) for example commands.
3232
</Message>
@@ -41,7 +41,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
4141

4242
Your file can now be passed to your Serverless Job as a secret reference.
4343

44-
## Create a Serverles Job referencing your command as a secret
44+
## Create a Serverless Job referencing your command as a secret
4545

4646
1. Click **Jobs** in the **Serverless** section of the side menu. The jobs page displays.
4747

@@ -88,7 +88,7 @@ scw instance server-type list -o template="{{ .Name }}"
8888

8989
```bash
9090
# Retrieve all available instance type with GPUs
91-
scw -o json instance server-type list | jq '.[] | select (.gpu > 0)'```
91+
scw -o json instance server-type list | jq '.[] | select (.gpu > 0)'
9292
```
9393

9494
**Parallelize actions using xargs**

0 commit comments

Comments
 (0)