Skip to content
This repository was archived by the owner on Dec 7, 2017. It is now read-only.

Commit 9c90df0

Browse files
committed
Fix incorrect option name in the FAQs.
1 parent 31999a3 commit 9c90df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To exclude Disqus comments you could simply not traverse any `<iframe>` elements
6363
```js
6464
// exclude iframes with a `data-disqus-uid` attribute
6565
HTMLInspector.inspect({
66-
exclude: "iframe[data-disqus-uid]"
66+
excludeElements: "iframe[data-disqus-uid]"
6767
})
6868
```
6969

0 commit comments

Comments
 (0)