doc: correct formatting of example definitions for `--test-shard` · nodejs/node@447ca11

Original file line numberDiff line numberDiff line change

@@ -2574,8 +2574,9 @@ added:

25742574
25752575

Test suite shard to execute in a format of `<index>/<total>`, where

25762576
2577-

`index` is a positive integer, index of divided parts

2578-

`total` is a positive integer, total of divided part

2577+

* `index` is a positive integer, index of divided parts.

2578+

* `total` is a positive integer, total of divided part.

2579+
25792580

This command will divide all tests files into `total` equal parts,

25802581

and will run only those that happen to be in an `index` part.

25812582