From 364de979ce17960bd5551dedf0464577b3edbfad Mon Sep 17 00:00:00 2001 From: Jeff Kunzelman Date: Sun, 8 Jan 2017 08:33:12 -0700 Subject: [PATCH] Fixed type in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc3d1a..7bb8c72 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ CKAsset and CLLocation can be used in your CoreData model as Transformable attri | To - one | To one relationships are translated as CKReferences on the CloudKit Servers.| | To - many | To many relationships are not explicitly created. Seam only creates and manages to-one relationships on the CloudKit Servers.
Example -> If an Employee has a to-one relationship to Department and Department has a to-many relationship to Employee than Seam will only create the former on the CloudKit Servers. It will fullfil the later by using the to-one relationship. If all employees of a department are accessed Seam will fulfil it by fetching all the employees that belong to that particular department.| -Note : You must create inverse relationships in your app's CoreData Model or Seam wouldn't be able to translate CoreData Models in to CloudKit Records. Unexpected errors and curroption of data can possibly occur. +Note : You must create inverse relationships in your app's CoreData Model or Seam wouldn't be able to translate CoreData Models in to CloudKit Records. Unexpected errors and corruption of data can possibly occur. ## Getting Started