diff --git a/doc/api/test.md b/doc/api/test.md index 99e4b452f1f561..8152e90101bd3c 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1277,7 +1277,7 @@ changes: If `false`, it would only run one test file at a time. **Default:** `false`. * `files`: {Array} An array containing the list of files to run. - **Default** matching files from [test runner execution model][]. + **Default:** matching files from [test runner execution model][]. * `forceExit`: {boolean} Configures the test runner to exit the process once all known tests have finished executing even if the event loop would otherwise remain active. **Default:** `false`.