Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Aug 13, 2024
1 parent 7d0b625 commit 8f46cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sdk/flutter/realm-database/configure-and-open.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Add Initial Data to Realm

Use :flutter-sdk:`initialDataCallback() <realm/InitialDataCallback.html>` to invoke
a callback function the first time that you open a realm.
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.
The realm instance passed to the callback function already has a write transaction open,
so you do not need to wrap write operations in a ``Realm.write()`` transaction block.
``initialDataCallback`` can be useful for adding initial data to your application
Expand Down

0 comments on commit 8f46cd7

Please sign in to comment.