diff --git a/docs/content/preview/explore/ysql-language-features/going-beyond-sql/follower-reads-ysql.md b/docs/content/preview/explore/ysql-language-features/going-beyond-sql/follower-reads-ysql.md index d2a1ab01077f..06fb2e9fd06f 100644 --- a/docs/content/preview/explore/ysql-language-features/going-beyond-sql/follower-reads-ysql.md +++ b/docs/content/preview/explore/ysql-language-features/going-beyond-sql/follower-reads-ysql.md @@ -63,7 +63,7 @@ The following table provides information on the expected behavior when a read ha | Conditions | Expected behavior | | :--------- | :---------------- | -| yb_read_from_followers is true AND transaction is marked read-only | Read happens from the closest tablet. | +| yb_read_from_followers is true AND transaction is marked read-only | Read happens from the closest replica of the tablet, which could be leader or follower. | | yb_read_from_followers is false OR transaction or statement is not read-only | Read happens from the leader. | ### Read from follower conditions