diff options
Diffstat (limited to 'chrome/common/extensions/docs/static/content_scripts.html')
| -rw-r--r-- | chrome/common/extensions/docs/static/content_scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/content_scripts.html b/chrome/common/extensions/docs/static/content_scripts.html index c11a247..9cbf0c3 100644 --- a/chrome/common/extensions/docs/static/content_scripts.html +++ b/chrome/common/extensions/docs/static/content_scripts.html @@ -173,7 +173,7 @@ can have the following properties:</p> </tr> </table> -<h3 id="include-exclude-globs">Include and exclude globs</h2> +<h3 id="include-exclude-globs">Include and exclude globs</h3> <p> The content script will be injected into a page if its URL matches any <code>matches</code> pattern and any <code>include_globs</code> pattern, as long as the URL doesn't also match an <code>exclude_globs</code> pattern. Because the <code>matches</code> property is required, <code>include_globs</code> and <code>exclude_globs</code> can only be used to limit which pages will be affected. |
