Skip to content

Commit

Permalink
(DOCSP-40103): Fix typo on Flutter: Configure & Open a Realm page (#3366
Browse files Browse the repository at this point in the history
)

## 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.
  • Loading branch information
dacharyc authored Aug 13, 2024
1 parent 7d0b625 commit 085ab79
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 085ab79

Please sign in to comment.