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
curlcommand used in: https://www.selenium.dev/documentation/grid/advanced_features/endpoints/Also:
Motivation and Context
curlis the proper name of the command.Also,
cURLprobably doesn't work on case-sensitive file systems.Types of changes
Checklist
PR Type
Documentation
Description
Fix curl command name from
cURLtocurlin 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 typowebsite_and_docs/content/documentation/grid/advanced_features/endpoints.en.md
cURLtocurlin command examplesendpoints.ja.md
Fix curl command name in Japanesewebsite_and_docs/content/documentation/grid/advanced_features/endpoints.ja.md
cURLtocurlin command examplesendpoints.pt-br.md
Fix curl command name in Portuguesewebsite_and_docs/content/documentation/grid/advanced_features/endpoints.pt-br.md
cURLtocurlin command examplescurl"
endpoints.zh-cn.md
Fix curl command name in Chinesewebsite_and_docs/content/documentation/grid/advanced_features/endpoints.zh-cn.md
cURLtocurlin command examples