Skip to content

Commit 5ce4ce8

Browse files
author
Dave Cuthbert
authored
DOCSP-27082 BACKPORT (#2285)
1 parent 25b07c5 commit 5ce4ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/method/db.dropDatabase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Example
109109

110110
The following example in the :binary:`~bin.mongo` shell uses the ``use
111111
<database>`` operation to switch the current database to the ``temp``
112-
database and then uses the :method:`db.dropDatabase()` method to drops
112+
database and then uses the :method:`db.dropDatabase()` method to drop
113113
the ``temp`` database:
114114

115115
.. code-block:: javascript

0 commit comments

Comments
 (0)