Skip to content

Commit b253a46

Browse files
authored
updates indentation (#1544)
1 parent c0e8b5c commit b253a46

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

source/reference/command/rotateCertificates.txt

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Command Fields
4242

4343
The command takes the following optional field:
4444

45-
.. list-table::
46-
:header-rows: 1
47-
:widths: 20 20 80
48-
49-
* - Parameter
50-
- Type
51-
- Description
52-
53-
* - ``message``
54-
- string
55-
- *optional* A message logged by the server to the log file and
56-
audit file.
45+
.. list-table::
46+
:header-rows: 1
47+
:widths: 20 20 80
48+
49+
* - Parameter
50+
- Type
51+
- Description
52+
53+
* - ``message``
54+
- string
55+
- *optional* A message logged by the server to the log file and
56+
audit file.
5757

5858
Output
5959
------
@@ -66,15 +66,11 @@ the following field:
6666
:widths: 20 20 80
6767

6868
* - Field
69-
7069
- Type
71-
7270
- Description
7371

7472
* - ``ok``
75-
7673
- bool
77-
7874
- Contains the command's execution status. ``true`` on success, or
7975
``false`` if an error occurred. If ``false``, an ``errmsg`` field
8076
is additionally provided with a detailed error message.

source/reference/command/split.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The command takes the following fields:
7272

7373
* - ``bounds``
7474
- array
75-
- `bounds`` applies to chunks in collections partitioned using a
75+
- ``bounds`` applies to chunks in collections partitioned using a
7676
:term:`hashed shard key`. The parameter's array must consist of
7777
two documents specifying the lower and upper shard-key values of
7878
the chunk. The values must match the minimum and maximum values

0 commit comments

Comments
 (0)