Skip to content

Commit 6e51a19

Browse files
committed
fix typos and improve clarity in documentation and wordlist
1 parent 6d31e25 commit 6e51a19

8 files changed

Lines changed: 9 additions & 8 deletions

File tree

.wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,4 +1625,5 @@ GetResourceDetails
16251625
GetResourcesAttributeValues
16261626
performant
16271627
executionserver
1628-
ipv
1628+
ipv
1629+
AllowUpdate

docs/api-guide/cs-sandbox-api/cs-sandbox-api-version-1-reference-guide/blueprint-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The scheduling and input parameters of the sandbox in JSON format. The elements
4949
| --- | --- |
5050
| `name` | The name of the sandbox. `(string)` <br/> If you do not specify a name, you will get the following error message: "Reservation name and duration must be specified in request body". |
5151
| `duration` | The duration for this sandbox. Time must be specified in ISO 8601 format (for example PT23H). `(string)` <br/> If you do not specify the duration, you will get the following error message: "Duration format must be a valid 'ISO 8601' (e.g 'PT23H' or 'PT4H2M')". |
52-
| `start_time` | Optional parameter, if not provided the sandbox will start immediatly. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
52+
| `start_time` | Optional parameter, if not provided the sandbox will start immediately. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
5353
| `params` | Any published input parameters defined for the blueprint and its abstract resources. Input parameters that have no default must be included in the request. Abstract resource input parameters must be associated to global inputs (specify the global inputs in the request). `(Array)` <br/> If you do not specify the input parameters, you will get the following error message: "Blueprint has invalid inputs". |
5454
| `permitted_users` | Users permitted to use the sandbox. Permitted users must have access to the logged-in domain. |
5555

docs/api-guide/cs-sandbox-api/cs-sandbox-api-version-2-reference-guide/blueprint-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The scheduling and input parameters of the sandbox in JSON format. The elements
4848
| --- | --- |
4949
| `name` | The name of the sandbox. `(string)` <br/> If you do not specify a name, you will get the following error message: "Reservation name and duration must be specified in request body". |
5050
| `duration` | The duration for this sandbox. Time must be specified in ISO 8601 format (for example PT23H). `(string)` <br/> If you do not specify the duration, you will get the following error message: "Duration format must be a valid 'ISO 8601' (e.g 'PT23H' or 'PT4H2M')". |
51-
| `start_time` | Optional parameter, if not provided the sandbox will start immediatly. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
51+
| `start_time` | Optional parameter, if not provided the sandbox will start immediately. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
5252
| `params` | Any published input parameters defined for the blueprint and its abstract resources. Input parameters that have no default must be included in the request. Abstract resource input parameters must be associated to global inputs (specify the global inputs in the request). `(Array)` <br/> If you do not specify the input parameters, you will get the following error message: "Blueprint has invalid inputs". |
5353
| `permitted_users` | Users permitted to use the sandbox. Permitted users must have access to the logged-in domain. |
5454

docs/install-configure/linux-virtual-appliance/installation-procedure/create-es-from-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The offline installation script supports CentOS, RedHat and Ubuntu.
4848
- RHEL/CentOS 8.x
4949
- Ubuntu 22.04
5050
- Python installed on the VM or in the base image
51-
- Latest stable Mono 6.12 version installaed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
51+
- Latest stable Mono 6.12 version installed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
5252
- Create the following folder structure on the execution server machine:
5353
5454
- `/tmp/ExecutionServerInstall`

versioned_docs/version-2023.3/install-configure/linux-virtual-appliance/installation-procedure/create-es-from-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The offline installation script supports CentOS, RedHat and Ubuntu.
4848
- RHEL/CentOS 8.x
4949
- Ubuntu 22.04
5050
- Python installed on the VM or in the base image
51-
- Latest stable Mono 6.12 version installaed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
51+
- Latest stable Mono 6.12 version installed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
5252
- Create the following folder structure on the execution server machine:
5353
5454
- `/tmp/ExecutionServerInstall`

versioned_docs/version-2024.1/api-guide/cs-sandbox-api/cs-sandbox-api-version-1-reference-guide/blueprint-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The scheduling and input parameters of the sandbox in JSON format. The elements
4949
| --- | --- |
5050
| `name` | The name of the sandbox. `(string)` <br/> If you do not specify a name, you will get the following error message: "Reservation name and duration must be specified in request body". |
5151
| `duration` | The duration for this sandbox. Time must be specified in ISO 8601 format (for example PT23H). `(string)` <br/> If you do not specify the duration, you will get the following error message: "Duration format must be a valid 'ISO 8601' (e.g 'PT23H' or 'PT4H2M')". |
52-
| `start_time` | Optional parameter, if not provided the sandbox will start immediatly. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
52+
| `start_time` | Optional parameter, if not provided the sandbox will start immediately. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
5353
| `params` | Any published input parameters defined for the blueprint and its abstract resources. Input parameters that have no default must be included in the request. Abstract resource input parameters must be associated to global inputs (specify the global inputs in the request). `(Array)` <br/> If you do not specify the input parameters, you will get the following error message: "Blueprint has invalid inputs". |
5454
| `permitted_users` | Users permitted to use the sandbox. Permitted users must have access to the logged-in domain. |
5555

versioned_docs/version-2024.1/api-guide/cs-sandbox-api/cs-sandbox-api-version-2-reference-guide/blueprint-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The scheduling and input parameters of the sandbox in JSON format. The elements
4848
| --- | --- |
4949
| `name` | The name of the sandbox. `(string)` <br/> If you do not specify a name, you will get the following error message: "Reservation name and duration must be specified in request body". |
5050
| `duration` | The duration for this sandbox. Time must be specified in ISO 8601 format (for example PT23H). `(string)` <br/> If you do not specify the duration, you will get the following error message: "Duration format must be a valid 'ISO 8601' (e.g 'PT23H' or 'PT4H2M')". |
51-
| `start_time` | Optional parameter, if not provided the sandbox will start immediatly. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
51+
| `start_time` | Optional parameter, if not provided the sandbox will start immediately. Must conform to ISO 8601 standard, which means that a timezone offset is passed with the value. For UTC: 2039-09-07T15:50+00Z. For UTC+2: 2039-09-26T07:58:30.996+0200". |
5252
| `params` | Any published input parameters defined for the blueprint and its abstract resources. Input parameters that have no default must be included in the request. Abstract resource input parameters must be associated to global inputs (specify the global inputs in the request). `(Array)` <br/> If you do not specify the input parameters, you will get the following error message: "Blueprint has invalid inputs". |
5353
| `permitted_users` | Users permitted to use the sandbox. Permitted users must have access to the logged-in domain. |
5454

versioned_docs/version-2024.1/install-configure/linux-virtual-appliance/installation-procedure/create-es-from-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The offline installation script supports CentOS, RedHat and Ubuntu.
4848
- RHEL/CentOS 8.x
4949
- Ubuntu 22.04
5050
- Python installed on the VM or in the base image
51-
- Latest stable Mono 6.12 version installaed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
51+
- Latest stable Mono 6.12 version installed on the VM ([Download Mono](https://www.mono-project.com/download/stable/#download-lin))
5252
- Create the following folder structure on the execution server machine:
5353
5454
- `/tmp/ExecutionServerInstall`

0 commit comments

Comments
 (0)