Skip to content

Commit 317f63c

Browse files
author
Dave Cuthbert
authored
DOCSP-27082 BACKPORT (#2287)
1 parent 633c5dc commit 317f63c

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
@@ -116,7 +116,7 @@ Example
116116

117117
The following example in the :binary:`~bin.mongo` shell uses the ``use
118118
<database>`` operation to switch the current database to the ``temp``
119-
database and then uses the :method:`db.dropDatabase()` method to drops
119+
database and then uses the :method:`db.dropDatabase()` method to drop
120120
the ``temp`` database:
121121

122122
.. code-block:: javascript

0 commit comments

Comments
 (0)