Skip to content

chore: fix typos #2428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2025
Merged

chore: fix typos #2428

merged 1 commit into from
Aug 17, 2025

Conversation

noritaka1166
Copy link
Contributor

@noritaka1166 noritaka1166 commented Aug 17, 2025

User description

Description

fix typos

Motivation and Context

Types of changes

  • Change to the site (I have double-checked the Netlify deployment, and my changes look good)
  • Code example added (and I also added the example to all translated languages)
  • Improved translation
  • Added new translation (and I also added a notice to each document missing translation)

Checklist

  • I have read the contributing document.
  • I have used hugo to render the site/docs locally and I am sure it works.

PR Type

Documentation


Description

  • Fix spelling errors in documentation files

  • Correct typos in legacy capabilities and protocol docs

  • Update Selenium Manager documentation across multiple languages


File Walkthrough

Relevant files
Documentation
desired_capabilities.en.md
Correct spelling errors in capabilities documentation       

website_and_docs/content/documentation/legacy/desired_capabilities.en.md

  • Fix typo "screnshot" to "screenshot" in remote driver capabilities
  • Fix typo "sysem" to "system" in Safari proxy configuration
+2/-2     
json_wire_protocol.en.md
Fix timeout spelling in protocol documentation                     

website_and_docs/content/documentation/legacy/json_wire_protocol.en.md

  • Fix typo "timout" to "timeout" in error description
+1/-1     
selenium_manager.en.md
Correct Selenium Manager spelling                                               

website_and_docs/content/documentation/selenium_manager.en.md

  • Fix typo "Manger" to "Manager" in metadata file description
+1/-1     
selenium_manager.ja.md
Correct Selenium Manager spelling in Japanese docs             

website_and_docs/content/documentation/selenium_manager.ja.md

  • Fix typo "Manger" to "Manager" in metadata file description
+1/-1     
selenium_manager.pt-br.md
Correct Selenium Manager spelling in Portuguese docs         

website_and_docs/content/documentation/selenium_manager.pt-br.md

  • Fix typo "Manger" to "Manager" in metadata file description
+1/-1     

Copy link

netlify bot commented Aug 17, 2025

👷 Deploy request for selenium-dev pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit bd48365

Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Consistency

Verify that the terminology change from "screenshot" typo fix does not conflict with any anchors, references, or automated parsing expecting the old string in generated tables.

<tr><td> webdriver.remote.quietExceptions </td><td> boolean      </td><td> Disable automatic screenshot capture on exceptions. This is False by default. </td></tr></tbody></table>
Regional Spelling

Confirm the use of "honour" aligns with the chosen en locale style guide (US vs UK English) across the docs for consistency.

| honorSystemProxy | boolean | Whether to honour the system proxy.                                                                                                                                                                                          |
| ensureCleanSession | boolean | Whether to make sure the session has no cookies, cache entries. And that any registry and proxy settings are restored after the session.                                                                                     |

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@diemol diemol merged commit b99b7e3 into SeleniumHQ:trunk Aug 17, 2025
3 checks passed
selenium-ci added a commit that referenced this pull request Aug 17, 2025
@noritaka1166 noritaka1166 deleted the fix-typos branch August 17, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants