You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/_includes/components/over-prefetching.njk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
{%sectionTitle"Concerned about over-prefetching? We've got you covered"%}
4
4
{{"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}}
5
5
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}}
7
7
8
8
{{"* Indicating a specific DOM element to observe, with the `options.el` parameter:" | markdown | safe}}
0 commit comments