Skip to content

Commit bdb2b13

Browse files
authored
DOCS-16635 Fix Incorrect convertToCapped Sharding Statement (#6564) (#6597)
* DOCS-16635 Fix Incorrect convertToCapped Sharding Statement * warning title
1 parent b7e3c94 commit bdb2b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/command/convertToCapped.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ convertToCapped
1212

1313
.. dbcommand:: convertToCapped
1414

15-
.. warning:: Do Not Run This Command In Sharded Clusters
15+
.. warning:: Do Not Run This Command On Sharded Collections
1616

1717

1818
MongoDB does **not** support the :dbcommand:`convertToCapped`
19-
command in a sharded cluster.
19+
command on sharded collections.
2020

2121
The :dbcommand:`convertToCapped` command converts an existing,
2222
non-capped collection to a :term:`capped collection` within the same

0 commit comments

Comments
 (0)