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 986ccd981e9..f71f75ef53d 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 b61aa761852..d0e79f64313 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 6cb5008a3ce..8084afafb51 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 665c99e3f35..dfee2adcf31 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.