You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/24 12:03:06 UTC

[sling-maven-enforcer-rules] branch master updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b38c0d  fix typo
7b38c0d is described below

commit 7b38c0d957829ff9e850190b585c1aaf1d43ed5c
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 24 14:03:00 2022 +0200

    fix typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 338513d..5231183 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ All parameters are optional.
 
 ### Require Explicit Dependency Scope (since version 1.1.0)
 
-Checks that all dependencies have an explicitly declared scope in the non-effective pom (i.e. without taking inheritance or dependency management into account). Useful in case when the scope is no longer part of the dependencyManagement or in general to force making developers a distinct decision (prevents the default scope compile from being used for test dependencies)
+Checks that all dependencies have an explicitly declared scope in the non-effective pom (i.e. without taking inheritance or dependency management into account). Useful when the scope is no longer part of the `dependencyManagement` or in general to force making developers a distinct decision (e.g. prevents the default scope compile being used for test dependencies by accident).
 
 #### Parameters