Skip to content

Commit 9adec29

Browse files
authored
docs: fix a typo in synchronize (#452)
1 parent 6bb9d55 commit 9adec29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sources/SQLiteData/Documentation.docc/Articles

‎Sources/SQLiteData/Documentation.docc/Articles/CloudKit.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ facilitate synchronizing to CloudKit.
223223
224224
Foreign keys are a SQL feature that allow one to express relationships between tables. This library
225225
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
226+
to synchronize records (parent first, then children), and knowing what associated records to
227227
share when sharing a root record.
228228

229229
To express a foreign key relationship between tables you use the `REFERENCES` clause in the table's

0 commit comments

Comments
 (0)