diff --git a/files/en-us/web/api/intersectionobserver/scrollmargin/index.md b/files/en-us/web/api/intersectionobserver/scrollmargin/index.md index 22edf54da420265..6eef21ba9a67dfd 100644 --- a/files/en-us/web/api/intersectionobserver/scrollmargin/index.md +++ b/files/en-us/web/api/intersectionobserver/scrollmargin/index.md @@ -15,7 +15,7 @@ This lets you, for example, adjust the bounds of the scroll container so that th Note that if the root element is also a scrollable container, then the `scrollMargin` and {{domxref("IntersectionObserver/rootMargin","rootMargin")}} are combined to determine the effective bounding rectangle used for calculating intersections with the target. -For more information see [The intersection root and root margin](/en-US/docs/Web/API/Intersection_Observer_API#the_intersection_root_and_scroll_margin) in the API overview. +For more information see [The intersection root and scroll margin](/en-US/docs/Web/API/Intersection_Observer_API#the_intersection_root_and_scroll_margin) in the API overview. ## Value