Skip to content

Commit 932f655

Browse files
Correct typo, duplicate "passing" (#185)
1 parent 25829de commit 932f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/_includes/components/over-prefetching.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% sectionTitle "Concerned about over-prefetching? We've got you covered" %}
44
{{ "By default `quicklink` observes all in-viewport links in `document.body`. There are different ways of telling `quicklink` to limit the number of links to prefetch." | markdown | safe }}
55

6-
{{ "The most common approach is passing passing different `options` to configure prefetching when calling `quicklink.listen()`:" | markdown | safe }}
6+
{{ "The most common approach is passing different `options` to configure prefetching when calling `quicklink.listen()`:" | markdown | safe }}
77

88
{{ "* Indicating a specific DOM element to observe, with the `options.el` parameter:" | markdown | safe }}
99

0 commit comments

Comments
 (0)