Skip to content

Commit 085ab79

Browse files
authored
(DOCSP-40103): Fix typo on Flutter: Configure & Open a Realm page (#3366)
## Pull Request Info - SDK Docs Consolidation Jira ticket: https://jira.mongodb.org/browse/DOCSP-40103 ### Staging Links <!-- start insert-links --> <li><a href=https://deploy-preview-3366--docs-realm.netlify.app/sdk/flutter/realm-database/configure-and-open>sdk/flutter/realm-database/configure-and-open</a></li> <!-- end insert-links --> ### Release Notes - Flutter SDK - Realm Database/Configure & Open a Realm: Fix typo in "Add Initial Data to Realm" section.
1 parent 7d0b625 commit 085ab79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)