diff --git a/docs/next/pixelratio.html b/docs/next/pixelratio.html
index c3cfaa8648f..5ed2245101c 100644
--- a/docs/next/pixelratio.html
+++ b/docs/next/pixelratio.html
@@ -200,7 +200,7 @@ const styles = StyleSheet.create({
Returns the scaling factor for font sizes. This is the ratio that is used to calculate the absolute font size, so any elements that heavily depend on that should use this to do calculations.
- on Android value reflects the user preference set in Settings > Display > Font size
-- on iOS it will always return the default pixel ratio
+- on iOS value reflects the user preference set in Settings > Display & Brightness > Text Size, value can also be updated in Settings > Accessibilty > Display & Test Size > Larger Text
If a font scale is not set, this returns the device pixel ratio.
diff --git a/docs/next/pixelratio/index.html b/docs/next/pixelratio/index.html
index c3cfaa8648f..5ed2245101c 100644
--- a/docs/next/pixelratio/index.html
+++ b/docs/next/pixelratio/index.html
@@ -200,7 +200,7 @@ const styles = StyleSheet.create({
Returns the scaling factor for font sizes. This is the ratio that is used to calculate the absolute font size, so any elements that heavily depend on that should use this to do calculations.
- on Android value reflects the user preference set in Settings > Display > Font size
-- on iOS it will always return the default pixel ratio
+- on iOS value reflects the user preference set in Settings > Display & Brightness > Text Size, value can also be updated in Settings > Accessibilty > Display & Test Size > Larger Text
If a font scale is not set, this returns the device pixel ratio.