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 method string auto - Finds which section the spied element is in. 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. + Finds which section the spied element is in. 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. target