diff --git a/docs/scrollview.md b/docs/scrollview.md
index 6f9943e68d3..a2da4d17b3a 100644
--- a/docs/scrollview.md
+++ b/docs/scrollview.md
@@ -363,7 +363,7 @@ Determines when the keyboard should stay visible after a tap.
---
-### `maintainVisibleContentPosition`
iOS
+### `maintainVisibleContentPosition`
When set, the scroll view will adjust the scroll position so that the first child that is currently visible and at or beyond `minIndexForVisible` will not change position. This is useful for lists that are loading content in both directions, e.g. a chat thread, where new messages coming in might otherwise cause the scroll position to jump. A value of 0 is common, but other values such as 1 can be used to skip loading spinners or other content that should not maintain position.