WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 318aa7b

Browse files
Update files/en-us/web/api/popover_api/using_interest_invokers/index.md
Co-authored-by: Dipika Bhattacharya <[email protected]>
1 parent 880b0b9 commit 318aa7b

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/popover_api/using_interest_invokers

1 file changed

+1
-1
lines changed

files/en-us/web/api/popover_api/using_interest_invokers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const supported =
189189
HTMLButtonElement.prototype.hasOwnProperty("interestForElement");
190190
```
191191

192-
In all of the examples on this page, we use this exact technique to detect support. If the return value is `false`, indicating no support, we add a class to the {{htmlelement("html")}} element to indicate this:
192+
All the examples in this guide use this technique to detect support. If the return value is `false`, indicating that the feature is not supported, we add a class to the {{htmlelement("html")}} element:
193193

194194
```js
195195
if (!supported) {

0 commit comments

Comments
 (0)