Skip to content

Commit

Permalink
docs: Add missing brackets to example
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Dec 16, 2024
1 parent 7ebd451 commit 7fdf3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/essentials/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default defineConfig({
web_accessible_resources: [
{
// We'll use this matches in the cotent script as well
matches: '*://*.github.com/*',
matches: ['*://*.github.com/*'],
// Use the same path as `relativeDest` from the WXT module
resources: ['/oxc_parser_wasm_bg.wasm'],
},
Expand Down

0 comments on commit 7fdf3fb

Please sign in to comment.