From cd58245f10a57d1a6a5adb2e57e3c32f94f02df1 Mon Sep 17 00:00:00 2001
From: Brian Juul Andersen <brianmanden@gmail.com>
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
       <td>method</td>
       <td>string</td>
       <td>auto</td>
-      <td>Finds which section the spied element is in. <code>auto</code> will choose the best method get scroll coordinates. <code>offset</code> will use jQuery offset method to get scroll coordinates. <code>position</code> will use jQuery position method to get scroll coordinates.</td>
+      <td>Finds which section the spied element is in. <code>auto</code> will choose the best method to get scroll coordinates. <code>offset</code> will use jQuery offset method to get scroll coordinates. <code>position</code> will use jQuery position method to get scroll coordinates.</td>
     </tr>
     <tr>
       <td>target</td>