Commit cd58245f authored by Brian Juul Andersen's avatar Brian Juul Andersen Committed by XhmikosR
Browse files

Update scrollspy.md (#29156)

Fixed minor grammatical error:

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

=>

"... the best method to get scroll ..."
parent e4d4c5d0
Showing with 1 addition and 1 deletion
+1 -1
...@@ -310,7 +310,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap ...@@ -310,7 +310,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>method</td> <td>method</td>
<td>string</td> <td>string</td>
<td>auto</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>
<tr> <tr>
<td>target</td> <td>target</td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment