You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix typos in IE Driver Server documentation (including shared localized pages) 📝 Documentation🕐 Less than 5 minutes
Description
• Correct spelling mistakes in IE Driver Server docs to improve readability.
• Apply the same fixes to localized internals pages that reuse English text.
High-Level Assessment
The direct in-place typo corrections are the most appropriate approach for this change; no alternative design or implementation strategy is warranted for simple documentation polish.
Files changed (5) +9 / -9
Documentation (5) +9 / -9
_index.en.mdFix typo in IE private mode session explanation+1/-1
Fix typo in IE private mode session explanation
• Corrects a misspelling in the description of IE private mode behavior (“quiting” → “quitting”) to improve clarity.
Qodo reviewed your code and found no material issues that require review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Description
Fixes a few typos in the IE Driver Server documentation:
quiting->quittingminimzes->minimizestransistions->transitionsThe same typo fixes were applied to the matching localized IE Driver Server internals pages where the English text is currently shared.
Motivation and Context
These are small documentation cleanup changes to improve readability and polish. No behavior, examples, or site layout are changed.
Types of changes
Checklist