synchronize
1 parent 6bb9d55 commit 9adec29Copy full SHA for 9adec29
1 file changed
Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md
@@ -223,7 +223,7 @@ facilitate synchronizing to CloudKit.
223
224
Foreign keys are a SQL feature that allow one to express relationships between tables. This library
225
uses that information to correctly implement synchronization behavior, such as knowing what order
226
-to syncrhonize records (parent first, then children), and knowing what associated records to
+to synchronize records (parent first, then children), and knowing what associated records to
227
share when sharing a root record.
228
229
To express a foreign key relationship between tables you use the `REFERENCES` clause in the table's
0 commit comments