From 40ce86fe9f4908d9932d77792fc400685d22e59f Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Sat, 20 Jun 2026 21:55:43 +0900 Subject: [PATCH] fix: correct typo in "Downloading a file" section across multiple language documentation files --- .../content/documentation/grid/configuration/cli_options.en.md | 2 +- .../content/documentation/grid/configuration/cli_options.ja.md | 2 +- .../documentation/grid/configuration/cli_options.pt-br.md | 2 +- .../documentation/grid/configuration/cli_options.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website_and_docs/content/documentation/grid/configuration/cli_options.en.md b/website_and_docs/content/documentation/grid/configuration/cli_options.en.md index 986ccd981e90..f71f75ef53df 100644 --- a/website_and_docs/content/documentation/grid/configuration/cli_options.en.md +++ b/website_and_docs/content/documentation/grid/configuration/cli_options.en.md @@ -456,7 +456,7 @@ options.setCapability("se:downloadsEnabled", true); In the response the list of file names appear under the key `names`. -##### Dowloading a file: +##### Downloading a file: * The endpoint to `POST` from is `/session//se/files` with a payload of the form `{"name": "fileNameGoesHere}` * The session needs to be active in order for the command to work. diff --git a/website_and_docs/content/documentation/grid/configuration/cli_options.ja.md b/website_and_docs/content/documentation/grid/configuration/cli_options.ja.md index b61aa761852b..d0e79f64313a 100644 --- a/website_and_docs/content/documentation/grid/configuration/cli_options.ja.md +++ b/website_and_docs/content/documentation/grid/configuration/cli_options.ja.md @@ -416,7 +416,7 @@ options.setCapability("se:downloadsEnabled", true); In the response the list of file names appear under the key `names`. -##### Dowloading a file: +##### Downloading a file: * The endpoint to `POST` from is `/session//se/files` with a payload of the form `{"name": "fileNameGoesHere}` * The session needs to be active in order for the command to work. diff --git a/website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md b/website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md index 6cb5008a3ce5..8084afafb511 100644 --- a/website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md +++ b/website_and_docs/content/documentation/grid/configuration/cli_options.pt-br.md @@ -419,7 +419,7 @@ options.setCapability("se:downloadsEnabled", true); In the response the list of file names appear under the key `names`. -##### Dowloading a file: +##### Downloading a file: * The endpoint to `POST` from is `/session//se/files` with a payload of the form `{"name": "fileNameGoesHere}` * The session needs to be active in order for the command to work. diff --git a/website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md b/website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md index 665c99e3f35f..dfee2adcf317 100644 --- a/website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md +++ b/website_and_docs/content/documentation/grid/configuration/cli_options.zh-cn.md @@ -425,7 +425,7 @@ options.setCapability("se:downloadsEnabled", true); In the response the list of file names appear under the key `names`. -##### Dowloading a file: +##### Downloading a file: * The endpoint to `POST` from is `/session//se/files` with a payload of the form `{"name": "fileNameGoesHere}` * The session needs to be active in order for the command to work.