diff --git a/source/reference/javascript.txt b/source/reference/javascript.txt index e3c486ced98..a384c6e5c04 100644 --- a/source/reference/javascript.txt +++ b/source/reference/javascript.txt @@ -459,9 +459,9 @@ Data Aggregation } } ); - .. seealso:: ":dbcommand:`aggregate`," - ":doc:`/applications/aggregation`," and - ":doc:`/reference/aggregation`." + .. seealso:: ":dbcommand:`aggregate`," + ":doc:`/applications/aggregation`," and + ":doc:`/reference/aggregation`." .. function:: db.collection.group({key, reduce, initial, [keyf,] [cond,] finalize}) diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index 6ca3025a59d..b3c2308f797 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -367,10 +367,10 @@ in the :data:`members[n].tags`. Consider the following example: conf.members[1].tags = { "dc": "east", "use": "reporting" } rs.reconfig(conf) - After this operation the output of :func:`rs.conf()`, would - resemble the following: + After this operation the output of :func:`rs.conf()`, would + resemble the following: - .. code-block:: javascript + .. code-block:: javascript { "_id" : "rs0",