Skip to content

Commit ca022db

Browse files
author
Bob Grabar
committed
DOCS-493 removed em dashes
1 parent b141d63 commit ca022db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/core/replication.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ replica sets as a more sophisticated form of traditional master-slave
2121
replication. [#master-slave]_ In master-slave replication, a
2222
:term:`master` node accepts writes while one or more :term:`slave`
2323
nodes replicate those write operations and thus maintain data sets
24-
identical to the master. In MongoDB terms, the member that accepts write
24+
identical to the master. In MongoDB deployments, the member that accepts write
2525
operations is the **primary**, and the replicating members are the
2626
**secondaries**.
2727

@@ -59,19 +59,19 @@ variety of ways, as listed here. For details, see
5959

6060
You can configure a member as any of the following:
6161

62-
- Secondary-Only --- This member cannot become primary. See
62+
- **Secondary-Only**: These members cannot become primary. See
6363
:ref:`replica-set-secondary-only-members`.
6464

65-
- Hidden --- This member is invisible to client applications. See
65+
- **Hidden**: These members are invisible to client applications. See
6666
:ref:`replica-set-hidden-members`.
6767

68-
- Delayed --- This member applies operations from the primary's :term:`oplog` with
68+
- **Delayed**: These members apply operations from the primary's :term:`oplog` with
6969
a specified delay. See :ref:`replica-set-delayed-members`.
7070

71-
- Arbiters --- This member does not hold data and exists solely to
71+
- **Arbiters**: These members do not hold data and exist solely to
7272
participate in :term:`elections <election>`. See :ref:`replica-set-arbiters`.
7373

74-
- Non-Voting --- This member cannot vote in elections. See
74+
- **Non-Voting**: These members cannot vote in elections. See
7575
:ref:`replica-set-non-voting-members`.
7676

7777
Failover

0 commit comments

Comments
 (0)