Skip to content

Commit

Permalink
Correct typo, duplicate "passing" (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsilverstein authored Jul 2, 2020
1 parent 25829de commit 932f655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/_includes/components/over-prefetching.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% sectionTitle "Concerned about over-prefetching? We've got you covered" %}
{{ "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 }}

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

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

Expand Down

0 comments on commit 932f655

Please sign in to comment.