Skip to content

Commit 8f46cd7

Browse files
committed
Typo fix
1 parent 7d0b625 commit 8f46cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sdk/flutter/realm-database/configure-and-open.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Add Initial Data to Realm
105105

106106
Use :flutter-sdk:`initialDataCallback() <realm/InitialDataCallback.html>` to invoke
107107
a callback function the first time that you open a realm.
108-
The function only executes the first time that the realm on the device.
108+
The function only executes the first time you open that realm on the device.
109109
The realm instance passed to the callback function already has a write transaction open,
110110
so you do not need to wrap write operations in a ``Realm.write()`` transaction block.
111111
``initialDataCallback`` can be useful for adding initial data to your application

0 commit comments

Comments
 (0)