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