Skip to content

Commit b89be58

Browse files
committed
not popup.js
1 parent 0d95957 commit b89be58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-edge/extensions-chromium/getting-started/part2-content-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ In this sample, the following files are specified:
419419
<!-- ------------------------------ -->
420420
#### How jQuery support is added (`jquery.min.js`)
421421

422-
`jquery.min.js` is a predefined, minified file to support jQuery expressions starting with `$` in `popup.js` and `content.js`.
422+
`jquery.min.js` is a predefined, minified file to support jQuery expressions starting with `$` in `content.js`.
423423

424424
In injected content scripts, it's common to use jQuery (`$`). This sample includes a minified version of jQuery, residing in the extension package as `lib\jquery.min.js`.
425425

0 commit comments

Comments
 (0)