Skip to content

Commit

Permalink
Grammar nits (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Jan 9, 2025
1 parent d341b25 commit 3bf1aa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions enforcer-rules/src/site/apt/dependencyConvergence.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and
+-org.slf4j:slf4j-api:1.6.0
+-----------------------------------------------------------------------------------

And this will succeed.
And this will succeed:

+-----------------------------------------------------------------------------------
<dependency>
Expand All @@ -84,7 +84,7 @@ and
+-----------------------------------------------------------------------------------


Here is how a project should be setup to use this rule
Here is how a project should be set up to use this rule:

+-----------------------------------------------------------------------------------
<project>
Expand Down
2 changes: 1 addition & 1 deletion enforcer-rules/src/site/apt/requireProfileIdsExist.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
When running Maven with one or more unknown profile ids, Maven will give you a warning.
This rule will actually break the build for that reason.

Here is how a project should be setup to use this rule
Here is how a project should be set up to use this rule:

-----------------------------------------------------------------------------------
<project>
Expand Down
2 changes: 1 addition & 1 deletion enforcer-rules/src/site/apt/requireUpperBoundDeps.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ and
</dependencies>
-----------------------------------------------------------------------------------

Here is how a project should be setup to use this rule:
Here is how a project should be set up to use this rule:

-----------------------------------------------------------------------------------
<project>
Expand Down

0 comments on commit 3bf1aa0

Please sign in to comment.