Skip to content

Commit 8048c19

Browse files
author
Sam Kleinman
committed
minor: reference material checkup
1 parent 1b30b41 commit 8048c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/command/movePrimary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ movePrimary
1010
primary shard. The primary shard for a database holds all
1111
un-sharded collections in the database. :dbcommand:`movePrimary`
1212
is an administrative command that is only available for
13-
:program:`mongos` instances and is intended to be used when
13+
:program:`mongos` instances. Only use :dbcommand:`movePrimary` when
1414
removing a shard from a shard cluster.
1515

1616
:dbcommand:`movePrimary` changes the primary shard for this

source/reference/method/db.createCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ db.createCollection()
5555
db.createCollection("people", { size: 2147483648 })
5656

5757
This command provides a wrapper around the database command
58-
":dbcommand:`create`. See the ":wiki:`Capped Collections <Capped+Collections>`"
58+
:dbcommand:`create`. See the ":wiki:`Capped Collections <Capped+Collections>`"
5959
wiki page for more information about capped collections.
6060

6161
.. STUB :doc:`/core/capped-collections`"

0 commit comments

Comments
 (0)