diff --git a/docs/configuration.md b/docs/configuration.md index 283bc1b9f..ccbce08c9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -82,7 +82,7 @@ These options can be used in a configuration file (see [above](#files)) or on th | `order` | `string` | No | `--order` | Run in the order defined, or in a random order | defined | | `parallel` | `number` | No | `--parallel` | Run tests in parallel with the given number of worker processes - see [Parallel](./parallel.md) | 0 | | `publish` | `boolean` | No | `--publish` | Publish a report of your test run to | false | -| `publishQuiet` | `boolean` | No | `--publishQuiet` | Don't show info about publishing reports | false | +| `publishQuiet` | `boolean` | No | `--publish-quiet` | Don't show info about publishing reports | false | | `require` | `string[]` | Yes | `--require`, `-r` | Paths to where your support code is, for CommonJS - see [below](#finding-your-code) | [] | | `requireModule` | `string[]` | Yes | `--require-module` | Names of transpilation modules to load, loaded via `require()` - see [Transpiling](./transpiling.md) | [] | | `retry` | `number` | No | `--retry` | Retry failing tests up to the given number of times - see [Retry](./retry.md) | 0 |