Skip to content

Commit e47519f

Browse files
committed
docs: Update content script registration JSDoc
See #623
1 parent 171e32c commit e47519f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ export interface BaseContentScriptEntrypointOptions
594594
* - `"manifest"`: The content script will be added to the `content_scripts` entry in the
595595
* manifest. This is the normal and most well known way of registering a content script.
596596
* - `"runtime"`: The content script's `matches` is added to `host_permissions` and you are
597-
* responsible for using the scripting API to register the content script dynamically at
598-
* runtime.
597+
* responsible for using the scripting API to register/execute the content script
598+
* dynamically at runtime.
599599
*
600600
* @default "manifest"
601601
*/

0 commit comments

Comments
 (0)