]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update scrollspy.md (#29156)
authorBrian Juul Andersen <brianmanden@gmail.com>
Sun, 28 Jul 2019 11:02:23 +0000 (13:02 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 31 Jul 2019 08:37:39 +0000 (11:37 +0300)
Fixed minor grammatical error:

"... the best method get scroll ..."

=>

"... the best method to get scroll ..."

site/docs/4.3/components/scrollspy.md

index a4b0980dcf6639a5640186da709444fb69bb3513..43443e7fbea683fb086feca92efd57491a21bf62 100644 (file)
@@ -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>