diff --git a/source/includes/ref-toc-command-sharding.yaml b/source/includes/ref-toc-command-sharding.yaml index c339af6ea23..33fecae787f 100644 --- a/source/includes/ref-toc-command-sharding.yaml +++ b/source/includes/ref-toc-command-sharding.yaml @@ -28,11 +28,11 @@ description: "Internal command that reports on the state of a sharded cluster." --- name: ":dbcommand:`getShardVersion`" file: /reference/command/getShardVersion -description: "Internal command that returns the term:`config server ` version." +description: "Internal command that returns the :term:`config server ` version." --- name: ":dbcommand:`setShardVersion`" file: /reference/command/setShardVersion -description: "Internal command to sets the term:`config server ` version." +description: "Internal command to sets the :term:`config server ` version." --- name: ":dbcommand:`shardCollection`" file: /reference/command/shardCollection diff --git a/source/includes/ref-toc-method-cursor.yaml b/source/includes/ref-toc-method-cursor.yaml index f33ecf93dee..ce271963012 100644 --- a/source/includes/ref-toc-method-cursor.yaml +++ b/source/includes/ref-toc-method-cursor.yaml @@ -50,7 +50,7 @@ name: ":method:`cursor.objsLeftInBatch()`" file: /reference/method/cursor.objsLeftInBatch description: "Returns the number of documents left in the current cursor batch." --- -name: ":method:`cursor.readpref()`" +name: ":method:`cursor.readPref()`" file: /reference/method/cursor.readPref description: "Specifies a :term:`read preference` to a cursor to control how the client directs queries to a :term:`replica set`." ---