From 55d99012bd96b15020a379d15a21c003ab3ef2f6 Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Mon, 24 Nov 2025 18:59:06 +0330 Subject: [PATCH] docs: fix `continuous` spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0126b..99f4b1b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It's also tricky to use screen resolutions, as multiple devices share the same r ### How to use -iOS device displays use a continious corner curve, which means the corners are not true circles. In iOS 13+ you can use `CALayer.cornerCurve` to specify a continuous corner curve. You might create a view subclass like this: +iOS device displays use a continuous corner curve, which means the corners are not true circles. In iOS 13+ you can use `CALayer.cornerCurve` to specify a continuous corner curve. You might create a view subclass like this: ```swift class DisplayCornerMatchingView: UIView {