From 0cd968feb8696fa4409d8057c607919326afc3df Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Thu, 24 Aug 2023 11:54:17 +0200 Subject: [PATCH] fix linting --- packages/realm/src/Configuration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/realm/src/Configuration.ts b/packages/realm/src/Configuration.ts index 0d02e422b7..c922617c63 100644 --- a/packages/realm/src/Configuration.ts +++ b/packages/realm/src/Configuration.ts @@ -53,7 +53,7 @@ export type BaseConfiguration = { */ schema?: (RealmObjectConstructor | ObjectSchema)[]; /** - * If changing the `schema`, this field is **required** and must be incremented. This only + * If changing the `schema`, this field is **required** and must be incremented. This only * applies to local Realms. * @since 0.11.0 */ @@ -85,7 +85,7 @@ export type BaseConfiguration = { */ fifoFilesFallbackPath?: string; sync?: SyncConfiguration; - /** @internal */ + /** @internal */ openSyncedRealmLocally?: true; /** * The function called when opening a Realm for the first time during the life of