diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-08-14 13:23:01 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-08-14 16:38:38 -0700 |
commit | b8a1b13420544d55f90e58cd8d7fd659eed4464e (patch) | |
tree | 91adc52eeb7959be1eb0118372231dcaec7d9f88 /platform | |
parent | bee605e0639666e89c12ec941fd7636eeece3c6d (diff) | |
download | qtlocation-mapboxgl-b8a1b13420544d55f90e58cd8d7fd659eed4464e.tar.gz |
Fix typo
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/docs/guides/For Style Authors.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index 9548926a4c..b8e3a16889 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -41,8 +41,7 @@ Studio, especially when multitasking is enabled. Your user’s viewing distance may be shorter than on a desktop computer. Some of your users may use the Larger Dynamic Type and Accessibility Text features to increase the size of all text on the device. You can use the -[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s to adjust your style’s -font and icon sizes accordingly. +[runtime styling API](#manipulating-the-style-at-runtime) to adjust your style’s font and icon sizes accordingly. Design sprite images and choose font weights that look crisp on both standard-resolution displays and Retina displays. This SDK supports the same |