We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0b625 commit 085ab79Copy full SHA for 085ab79
source/sdk/flutter/realm-database/configure-and-open.txt
@@ -105,7 +105,7 @@ Add Initial Data to Realm
105
106
Use :flutter-sdk:`initialDataCallback() <realm/InitialDataCallback.html>` to invoke
107
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.
+The function only executes the first time you open that realm on the device.
109
The realm instance passed to the callback function already has a write transaction open,
110
so you do not need to wrap write operations in a ``Realm.write()`` transaction block.
111
``initialDataCallback`` can be useful for adding initial data to your application
0 commit comments