From 4d3b7a84aeb2d1d5223d80fb4953a1a7342dfe93 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 12 Mar 2024 05:07:34 +0100 Subject: [PATCH] docs: configuration.rst: fix typo (#803) It's `enabled: true` rather than `enable: true`. --- docs/source/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 822bed6b..d3ea7e79 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -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)