Fix curl command name, syntax, and url #2377
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Description
This PR fixes the name of the
curl
command used in: https://www.selenium.dev/documentation/grid/advanced_features/endpoints/Also:
Motivation and Context
curl
is the proper name of the command.Also,
cURL
probably doesn't work on case-sensitive file systems.Types of changes
Checklist
PR Type
Documentation
Description
Fix curl command name from
cURL
tocurl
in documentationUpdate command references across multiple language versions
Correct minor typo in English documentation
Changes diagram
Changes walkthrough 📝
endpoints.en.md
Fix curl command name and typo
website_and_docs/content/documentation/grid/advanced_features/endpoints.en.md
cURL
tocurl
in command examplesendpoints.ja.md
Fix curl command name in Japanese
website_and_docs/content/documentation/grid/advanced_features/endpoints.ja.md
cURL
tocurl
in command examplesendpoints.pt-br.md
Fix curl command name in Portuguese
website_and_docs/content/documentation/grid/advanced_features/endpoints.pt-br.md
cURL
tocurl
in command examplescurl"
endpoints.zh-cn.md
Fix curl command name in Chinese
website_and_docs/content/documentation/grid/advanced_features/endpoints.zh-cn.md
cURL
tocurl
in command examples