Skip to content

Commit 0a9aeeb

Browse files
pkay-kim
authored andcommitted
Consistently punctuate lists
1 parent f56c7a7 commit 0a9aeeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/introduction.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In addition to collections, MongoDB supports:
5757

5858
- Read-only :doc:`/core/views` (Starting in MongoDB 3.4)
5959

60-
- :doc:`/core/materialized-views` (Starting in MongoDB 4.2)
60+
- :doc:`/core/materialized-views` (Starting in MongoDB 4.2).
6161

6262
Key Features
6363
------------
@@ -92,7 +92,7 @@ MongoDB's replication facility, called :doc:`replica set
9292

9393
- *automatic* failover
9494

95-
- data redundancy
95+
- data redundancy.
9696

9797
A :doc:`replica set </replication>` is a group of
9898
MongoDB servers that maintain the same data set, providing redundancy
@@ -123,7 +123,7 @@ MongoDB supports :doc:`multiple storage engines
123123
- :doc:`/core/wiredtiger` (including support for
124124
:doc:`/core/security-encryption-at-rest`)
125125

126-
- :doc:`/core/inmemory`
126+
- :doc:`/core/inmemory`.
127127

128128
In addition, MongoDB provides pluggable storage engine API that allows
129129
third parties to develop storage engines for MongoDB.

0 commit comments

Comments
 (0)