Skip to content

Commit d6ee8ab

Browse files
author
Mohammad Hunan Chughtai
committed
Typo fix
1 parent a143735 commit d6ee8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sdk/react-native/realm-database/change-an-object-model.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Migrations allow you to change your object schemas over time to accommodate new
7474
features and refactors.
7575

7676
When you create a :js-sdk:`Configuration
77-
<Realm.html#~Configuration>` with schema version greater than the
77+
<Realm.html#~Configuration>` with a schema version greater than the
7878
realm's current version, Realm runs a migration function that you define.
7979
The function has access to the realm's version number and incrementally
8080
updates objects in the realm to conform to the new schema.

0 commit comments

Comments
 (0)