Skip to content

Commit 51b82cb

Browse files
authored
🤖 Merge PR DefinitelyTyped#73949 fix(chrome): corrected typo for chrome.declarativeNetRequest.RuleCondition.tabIds by @cyfung1031
1 parent 9054266 commit 51b82cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/chrome/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13989,7 +13989,7 @@ declare namespace chrome {
1398913989
requestMethods?: `${RequestMethod}`[] | undefined;
1399013990

1399113991
/**
13992-
* List of {@link tabs.Tab.id} which the rule should not match.
13992+
* List of {@link tabs.Tab.id} which the rule should match.
1399313993
* An ID of {@link tabs.TAB_ID_NONE} matches requests which don't originate from a tab.
1399413994
* An empty list is not allowed. Only supported for session-scoped rules.
1399513995
* @since Chrome 92

0 commit comments

Comments
 (0)