Skip to content

Commit

Permalink
Fix a very minor typo in RemoveManagedDependency doc (#4525)
Browse files Browse the repository at this point in the history
Current content is: this willalso remove.
  • Loading branch information
gsmet authored Sep 26, 2024
1 parent 866720c commit 6ebd969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RemoveManagedDependency extends Recipe {
String artifactId;

@Option(displayName = "Scope",
description = "Only remove managed dependencies if they are in this scope. If `runtime`, this will" +
description = "Only remove managed dependencies if they are in this scope. If `runtime`, this will " +
"also remove managed dependencies in the 'compile' scope because `compile` dependencies are part of the runtime dependency set.",
valid = {"compile", "test", "runtime", "provided"},
example = "compile",
Expand Down

0 comments on commit 6ebd969

Please sign in to comment.