Skip to content

Commit 9cd2d39

Browse files
authored
Fix typo 'runInIframes' (#918)
'runInIframes' appears to be a typo. (https://github.com/webrecorder/custom-behaviors/blob/main/behaviors/timeline.js example)
1 parent b9b804e commit 9cd2d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/user-guide/behaviors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class MyBehavior
143143
// optional: if true, will also check isMatch() and possibly run
144144
// this behavior in each iframe.
145145
// if false, or not defined, this behavior will be skipped for iframes.
146-
static runInIframes = false;
146+
static runInIframe = false;
147147

148148
// optional: if defined, provides a way to define a custom way to determine
149149
// when a page has finished loading beyond the standard 'load' event.

0 commit comments

Comments
 (0)