Skip to content

Commit c9f7650

Browse files
Apply suggestions from code review
Co-authored-by: Ben Perlmutter <[email protected]>
1 parent 403e575 commit c9f7650

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/sdk/react-native/realm-database/configure-a-realm.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _react-native-configure-realm:
22

3-
=======================================
3+
====================================
44
Configure a Realm - React Native SDK
5-
=======================================
5+
====================================
66

77
.. contents:: On this page
88
:local:
@@ -21,8 +21,8 @@ All child components of ``RealmProvider`` can access the realm using hooks.
2121
To learn how to open a realm using Device Sync, refer to
2222
:ref:`Open a Synced Realm <react-native-open-a-synced-realm>`.
2323

24-
Create a Context Object
25-
-----------------------
24+
Create Realm Configuration
25+
--------------------------
2626

2727
By passing a :js-sdk:`Configuration <Realm.html#~Configuration>` object to
2828
``createRealmContext()``, you create a Context object that contains an open
@@ -35,14 +35,14 @@ used elsewhere.
3535
:language: javascript
3636
:caption: RealmConfig.js
3737

38-
Open a Synced Realm
39-
~~~~~~~~~~~~~~~~~~~
38+
Configure a Synced Realm
39+
~~~~~~~~~~~~~~~~~~~~~~~~
4040

4141
To open a realm that synchronizes data with Atlas using Device Sync,
4242
refer to :ref:`Open a Synced Realm <react-native-open-a-synced-realm>`.
4343

44-
Open an In-Memory Realm
45-
~~~~~~~~~~~~~~~~~~~~~~~
44+
Configure an In-Memory Realm
45+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4646

4747
To create a realm that runs entirely in memory without being written to a file,
4848
add ``inMemory: true`` to your :js-sdk:`Realm.Configuration

0 commit comments

Comments
 (0)