From 420efb0bacde2e01afed4ab9da81bb0e0f566ce1 Mon Sep 17 00:00:00 2001 From: Brian Juul Andersen Date: Sun, 28 Jul 2019 13:02:23 +0200 Subject: [PATCH] Update scrollspy.md (#29156) Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..." --- site/content/docs/4.3/components/scrollspy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/4.3/components/scrollspy.md b/site/content/docs/4.3/components/scrollspy.md index a77b936019..f44e759b8a 100644 --- a/site/content/docs/4.3/components/scrollspy.md +++ b/site/content/docs/4.3/components/scrollspy.md @@ -307,7 +307,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap method string auto - Finds which section the spied element is in. auto will choose the best method get scroll coordinates. offset will use the Element.getBoundingClientRect() method to get scroll coordinates. position will use the HTMLElement.offsetTop and HTMLElement.offsetLeft properties to get scroll coordinates. + Finds which section the spied element is in. auto will choose the best method to get scroll coordinates. offset will use the Element.getBoundingClientRect() method to get scroll coordinates. position will use the HTMLElement.offsetTop and HTMLElement.offsetLeft properties to get scroll coordinates. target -- 2.47.2