Skip to content

Commit 67c5d33

Browse files
noritaka1166diemol
andauthored
fix: correct typo in "Downloading a file" section across multiple language documentation files (#2663)
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 166201c commit 67c5d33

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

website_and_docs/content/documentation/grid/configuration/cli_options.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ options.setCapability("se:downloadsEnabled", true);
456456
In the response the list of file names appear under the key `names`.
457457

458458

459-
##### Dowloading a file:
459+
##### Downloading a file:
460460

461461
* The endpoint to `POST` from is `/session/<sessionId>/se/files` with a payload of the form `{"name": "fileNameGoesHere}`
462462
* The session needs to be active in order for the command to work.

website_and_docs/content/documentation/grid/configuration/cli_options.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ options.setCapability("se:downloadsEnabled", true);
416416
In the response the list of file names appear under the key `names`.
417417

418418

419-
##### Dowloading a file:
419+
##### Downloading a file:
420420

421421
* The endpoint to `POST` from is `/session/<sessionId>/se/files` with a payload of the form `{"name": "fileNameGoesHere}`
422422
* The session needs to be active in order for the command to work.

website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ options.setCapability("se:downloadsEnabled", true);
419419
In the response the list of file names appear under the key `names`.
420420

421421

422-
##### Dowloading a file:
422+
##### Downloading a file:
423423

424424
* The endpoint to `POST` from is `/session/<sessionId>/se/files` with a payload of the form `{"name": "fileNameGoesHere}`
425425
* The session needs to be active in order for the command to work.

website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ options.setCapability("se:downloadsEnabled", true);
425425
In the response the list of file names appear under the key `names`.
426426

427427

428-
##### Dowloading a file:
428+
##### Downloading a file:
429429

430430
* The endpoint to `POST` from is `/session/<sessionId>/se/files` with a payload of the form `{"name": "fileNameGoesHere}`
431431
* The session needs to be active in order for the command to work.

0 commit comments

Comments
 (0)