diff --git a/_docs/debug-tool-pixel-scaling.md b/_docs/debug-tool-pixel-scaling.md index 6c73bf73..c782f51d 100644 --- a/_docs/debug-tool-pixel-scaling.md +++ b/_docs/debug-tool-pixel-scaling.md @@ -28,7 +28,7 @@ if (scaleFactor != 1.0) { In the screenshot below of an app with this debug feature enabled, you can see that the avatar image is unnecessarily large (9x too large) for it’s bounds size and that the center picture is more optimized, but not perfectly so. If you control your own endpoint, optimize your API / app to return an optimally sized image.  -### Usage +### Usage ### In your `AppDelegate.m` file,