From cd58245f10a57d1a6a5adb2e57e3c32f94f02df1 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/docs/4.3/components/scrollspy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.3/components/scrollspy.md b/site/docs/4.3/components/scrollspy.md index a4b0980dcf..43443e7fbe 100644 --- a/site/docs/4.3/components/scrollspy.md +++ b/site/docs/4.3/components/scrollspy.md @@ -310,7 +310,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 jQuery offset method to get scroll coordinates. position will use jQuery position method 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 jQuery offset method to get scroll coordinates. position will use jQuery position method to get scroll coordinates. target