From 489635018327f148ea0ce063a42416fc1416b76b Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Wed, 7 Feb 2024 12:23:00 -0500 Subject: [PATCH] PR FIXUP - Fix documentes typo --- db/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/collection.go b/db/collection.go index 796cf24a76..e25f33400f 100644 --- a/db/collection.go +++ b/db/collection.go @@ -222,7 +222,7 @@ func (db *db) updateSchema( // The collection version may exist before the schema version was created locally. This is // because migrations for the globally known schema version may have been registered locally - // (typically to handle documentes synced over P2P at higher versions) before the local schema + // (typically to handle documents synced over P2P at higher versions) before the local schema // was updated. We need to check for them now, and update them instead of creating new ones // if they exist. var isExistingCol bool