0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Update scrollspy.md (#29156)

Fixed minor grammatical error:

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

=>

"... the best method to get scroll ..."
This commit is contained in:
Brian Juul Andersen 2019-07-28 13:02:23 +02:00 committed by XhmikosR
parent e4d4c5d0bc
commit cd58245f10

View 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>