Skip to content

Commit cf316f5

Browse files
Spelling mistake
1 parent a58776c commit cf316f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/Researcher/cli-reference/runai-submit-dist-TF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ runai submit-dist tf --name distributed-job --workers=2 -g 1 \
241241
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
242242
>
243243
> - **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
244-
> - **accessmode**—The description of thr desired volume capabilities for the PVC.
244+
> - **accessmode**—The description ofthedesired volume capabilities for the PVC.
245245
> - **ro**—Mount the PVC with read-only access.
246246
> - **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
247247
>

docs/Researcher/cli-reference/runai-submit-dist-mpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ You can start an unattended mpi training Job of name dist1, based on Project *te
244244
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
245245
>
246246
> - **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
247-
> - **accessmode**—The description of thr desired volume capabilities for the PVC.
247+
> - **accessmode**—The description ofthedesired volume capabilities for the PVC.
248248
> - **ro**—Mount the PVC with read-only access.
249249
> - **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
250250
>

docs/Researcher/cli-reference/runai-submit-dist-pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ runai submit-dist pytorch --name distributed-job --workers=2 -g 1 \
248248
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
249249
>
250250
> - **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
251-
> - **accessmode**—The description of thr desired volume capabilities for the PVC.
251+
> - **accessmode**—The description ofthedesired volume capabilities for the PVC.
252252
> - **ro**—Mount the PVC with read-only access.
253253
> - **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
254254
>

docs/Researcher/cli-reference/runai-submit-dist-xgboost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ runai submit-dist xgboost --name distributed-job --workers=2 -g 1 \
236236
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
237237
>
238238
> - **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
239-
> - **accessmode**—The description of thr desired volume capabilities for the PVC.
239+
> - **accessmode**—The description ofthedesired volume capabilities for the PVC.
240240
> - **ro**—Mount the PVC with read-only access.
241241
> - **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
242242
>

docs/Researcher/cli-reference/runai-submit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ runai submit --job-name-prefix -i gcr.io/run-ai-demo/quickstart -g 1
314314
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
315315
>
316316
> * **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
317-
> * **accessmode**—The description of thr desired volume capabilities for the PVC.
317+
> * **accessmode**—The description ofthedesired volume capabilities for the PVC.
318318
> * **ro**—Mount the PVC with read-only access.
319319
> * **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
320320
>

docs/snippets/common-submit-cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
> > `storageclass` may be omitted if there is a single storage class in the system, or you are using the default storage class.
200200
>
201201
> - **size**—The volume size you want to allocate for the PVC when creating it. See [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/){target=_blank} to specify volume sizes.
202-
> - **accessmode**—The description of thr desired volume capabilities for the PVC.
202+
> - **accessmode**—The description ofthedesired volume capabilities for the PVC.
203203
> - **ro**—Mount the PVC with read-only access.
204204
> - **ephemeral**—The PVC will be created as volatile temporary storage which is only present during the running lifetime of the job.
205205
>

0 commit comments

Comments
 (0)