From e0e6c65f4f4bf7916e0c0a227e153559c6677943 Mon Sep 17 00:00:00 2001 From: Jordan Kay Date: Thu, 5 Jan 2023 13:16:48 -0500 Subject: [PATCH] Update typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e71ace5..f031d1d 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ Autorotation - whether the entry autorotates along with the orientation of the d attributes.positionConstraints.rotation.isEnabled = false ``` -Keyboard Releation - used to bind an entry to the keyboard once the keyboard is displayed. +Keyboard Relation - used to bind an entry to the keyboard once the keyboard is displayed. ```Swift let offset = EKAttributes.PositionConstraints.KeyboardRelation.Offset(bottom: 10, screenEdgeResistance: 20)