Skip to content

docs: fix Firefox patch comment typos#40897

Closed
LeSingh1 wants to merge 1 commit into
microsoft:mainfrom
LeSingh1:docs-fix-firefox-patch-comment-typos
Closed

docs: fix Firefox patch comment typos#40897
LeSingh1 wants to merge 1 commit into
microsoft:mainfrom
LeSingh1:docs-fix-firefox-patch-comment-typos

Conversation

@LeSingh1
Copy link
Copy Markdown

Summary

Fixes two spelling typos in a comment in the Firefox page handler patch.

Files changed

  • browser_patches/firefox/juggler/protocol/PageHandler.js: non-overriden -> non-overridden, priveleged -> privileged

Before / after

Before, the comment describing the devicePixelRatio behavior contained two misspellings. After, the comment text is corrected with no behavior change.

Verification

  • Inspected the diff to confirm this is a comment-only change.
  • Ran rg "overriden|priveleged" browser_patches/firefox/juggler/protocol/PageHandler.js and confirmed no matches.

Competing PR check

Checked for existing PRs with:

  • gh pr list --repo microsoft/playwright --search "priveleged PageHandler" --state all --limit 10
  • gh pr list --repo microsoft/playwright --search "overriden devicePixelRatio" --state all --limit 10

No matching PRs were returned.

@dgozman
Copy link
Copy Markdown
Collaborator

dgozman commented May 19, 2026

This fix is too minor.

@dgozman dgozman closed this May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants