From 32d8624efbe428cb1a3d04189993c04e3d4d0cde Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Fri, 8 May 2020 21:11:03 +0800 Subject: [PATCH] Typo Fix corrected the spelling mistake of keyword indivisual to individual --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38609563..73b533da 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ or in `reporting/plugins` section when adding report to Maven generated site ``` -Since version `1.4.0-M5` it's possible to generate aggregated report only, without generating reports for indivisual modules. For large projects it can decrease build time significantly. +Since version `1.4.0-M5` it's possible to generate aggregated report only, without generating reports for individual modules. For large projects it can decrease build time significantly. To generate only aggregated SCoverage report, set `aggregateOnly` parameter value to `true`. It works only in multimodule projects.