diff --git a/docs/next/integration-with-existing-apps.html b/docs/next/integration-with-existing-apps.html index 82aa1f43be0..ce682478cbf 100644 --- a/docs/next/integration-with-existing-apps.html +++ b/docs/next/integration-with-existing-apps.html @@ -256,7 +256,7 @@ Sending stats Pod installation complete! There are 3 dependencies from the Podfile and 1 total pod installed.
-

If this fails with errors mentioning xcrun, make sure that in Xcode in Preferences > Locations the Command Line Tools are assigned.

+

If this fails with errors mentioning xcrun, make sure that in Xcode in Preferences > Locations the Command Line Tools are assigned.

diff --git a/docs/next/integration-with-existing-apps/index.html b/docs/next/integration-with-existing-apps/index.html index 82aa1f43be0..ce682478cbf 100644 --- a/docs/next/integration-with-existing-apps/index.html +++ b/docs/next/integration-with-existing-apps/index.html @@ -256,7 +256,7 @@ Sending stats Pod installation complete! There are 3 dependencies from the Podfile and 1 total pod installed.
-

If this fails with errors mentioning xcrun, make sure that in Xcode in Preferences > Locations the Command Line Tools are assigned.

+

If this fails with errors mentioning xcrun, make sure that in Xcode in Preferences > Locations the Command Line Tools are assigned.

diff --git a/docs/next/pixelratio.html b/docs/next/pixelratio.html index 7201396c12c..13e28457b8b 100644 --- a/docs/next/pixelratio.html +++ b/docs/next/pixelratio.html @@ -199,8 +199,8 @@ 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.

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 7201396c12c..13e28457b8b 100644 --- a/docs/next/pixelratio/index.html +++ b/docs/next/pixelratio/index.html @@ -199,8 +199,8 @@ 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.

If a font scale is not set, this returns the device pixel ratio.