Skip to content

Commit 53f9613

Browse files
committed
Minor typo
1 parent e97b6ce commit 53f9613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/applications/database-references.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Database References
1010
.. default-domain:: mongodb
1111

1212
MongoDB does not support joins. In MongoDB some data is
13-
"denormalized," or stored with related data in :term:`documents
13+
"denormalized", or stored with related data in :term:`documents
1414
<document>` to remove the need for joins. However, in some cases it
1515
makes sense to store related information in separate documents,
1616
typically in different collections or databases.

source/core/shell-types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Date
2020
The :program:`mongo` shell provides various options to return the date,
2121
either as a string or as an object:
2222

23-
- ``Date()`` method which returns the current date as a string
23+
- ``Date()`` method which returns the current date as a string.
2424

2525
- ``Date()`` constructor which returns an ``ISODate`` object when used
2626
with the ``new`` operator.

0 commit comments

Comments
 (0)