Skip to content

Commit db60e79

Browse files
authored
docs: Correct the type example of allFrames (#988)
1 parent 722eff1 commit db60e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/directory-structure/entrypoints/content-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineContentScript({
2424
excludeMatches: undefined | [],
2525
includeGlobs: undefined | [],
2626
excludeGlobs: undefined | [],
27-
allFrames: undefined | [],
27+
allFrames: undefined | true | false,
2828
runAt: undefined | 'document_start' | 'document_end' | 'document_idle',
2929
matchAboutBlank: undefined | true | false,
3030
matchOriginAsFallback: undefined | true | false,

0 commit comments

Comments
 (0)