docs: fix typos in entrypoint patterns and UI utility examples - #2598
Merged
Conversation
AH64-dll
requested review from
PatrykKuniczak,
aklinker1 and
nishu-murmu
as code owners
August 16, 2026 07:35
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@wxt-dev/analytics
@wxt-dev/auto-icons
@wxt-dev/browser
@wxt-dev/i18n
@wxt-dev/is-background
@wxt-dev/module-react
@wxt-dev/module-solid
@wxt-dev/module-svelte
@wxt-dev/module-vue
@wxt-dev/runner
@wxt-dev/storage
@wxt-dev/unocss
@wxt-dev/webextension-polyfill
wxt
commit: |
PatrykKuniczak
enabled auto-merge (squash)
August 16, 2026 07:47
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2598 +/- ##
==========================================
+ Coverage 79.39% 79.61% +0.22%
==========================================
Files 135 135
Lines 4048 4048
Branches 943 943
==========================================
+ Hits 3214 3223 +9
+ Misses 737 730 -7
+ Partials 97 95 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
|
Thanks for helping make WXT better! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
wxt-dev/wxt — Submit (WxtSubmit)
Push confirmation
Branch
ai-contrib-docspushed to forkAH64-dll/wxt(origin), tracking set.Command:
git push -u origin ai-contrib-docsOutput:
Branch state at push:
ai-contrib-docs@60650e3646efe6c3ae8126fa84d4f020b1f966fe(docs: fix typos in entrypoint patterns and UI utility examples), 1 commit ahead ofupstream/main(e6678f26), VERIFY.md = PASS (rebase conflict-free, diff --check clean).PR draft (do NOT run — Main creates the PR)
Exact command
Full PR body (for reference / re-use)
Title:
docs: fix typos in entrypoint patterns and UI utility examplesBody:
Summary
Fix three confirmed typo/rendering defects in the docs (markdown-only, zero runtime risk):
docs/guide/essentials/entrypoints.md— stray backtick inside the Side Panel pattern table rows ('{name}.html'and'{name}.html'in the pattern column). TheEntrypointPatternsVue component renderspattern[1]verbatim inside<code>, so the literal backtick is displayed on the live docs site. The adjacent Sandbox rows already use the backtick-free style.docs/guide/essentials/content-scripts.md— missing space before the opening backtick ofcreateShadowRootUiin the UI utility list, which opened an inline-code span that swallowed the rest of the paragraph in rendered markdown. Adjacent list rows use-+ backtick style.docs/guide/resources/faq.md—createShadowRootUiinside three fenced code examples rendered literally as invalid TypeScript (unterminated template-literal token followed byUi). Corrected to the real exported APIcreateShadowRootUi, matching the same file's lines 31/169.Type
Docs typo/rendering fix. No runtime code, no dependency changes, no formatting churn, no behavior changes. Additive-only change per contribution scope.
Testing
docs/guide/essentials/content-scripts.md,docs/guide/essentials/entrypoints.md,docs/guide/resources/faq.mdgit diff --checkclean (pre- and post-rebase againstupstream/main)createShadowRootUiis the exported API atpackages/wxt/src/utils/content-script-ui/shadow-root.ts:20; the sidepanel patterns matchPATH_GLOB_TO_TYPE_MAPatpackages/wxt/src/core/utils/building/find-entrypoints.ts:455-456docs/.vitepress/components/EntrypointPatterns.vue:35renderspattern[1]verbatim in<code>/{{ pattern[1] }}</code>docs/(grep forcreateShadowRootUiand the stray-backtick pattern: zero matches)pnpm installfor docs-only editsAI disclosure
AI disclosure: This contribution was prepared with the assistance of AI tools and was human-reviewed before submission. The author understands and can explain the change.
DELIVERABLE: branch
ai-contrib-docspushed toorigin(AH64-dll/wxt) —* [new branch] ai-contrib-docs -> ai-contrib-docs, tracking set, @60650e36(1 ahead of upstream/maine6678f26, VERIFY.md PASS). PR drafted above: titledocs: fix typos in entrypoint patterns and UI utility examples, full body with Summary / Type / Testing / AI disclosure, exactgh pr create --repo wxt-dev/wxt --head AH64-dll:ai-contrib-docs --base main --title "..." --body "..."command provided. PR NOT created — Main creates it after the gate.