Skip to content

Commit

Permalink
docs: configuration.rst: fix typo (#803)
Browse files Browse the repository at this point in the history
It's `enabled: true` rather than `enable: true`.
  • Loading branch information
schildbach authored Mar 12, 2024
1 parent 25489e0 commit 4d3b7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ respective medium when they are enabled through the configuration file.
In addition to the reporter-specific options, all reporters support these
options:

* ``enable``: *[bool]* Activate the reporter. (default: False)
* ``enabled``: *[bool]* Activate the reporter. (default: False)
* ``separate``: *[bool]* Send a report for each job rather than a combined
report for all jobs. (default: False)

Expand Down

0 comments on commit 4d3b7a8

Please sign in to comment.