Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and mfriedenhagen committed Jun 26, 2020
1 parent 79bea92 commit 2d96687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Extra Enforcer Rules

* {{{./requireContributorRoles.html}requireContributorRoles}} - verifies that certain roles are repesented by at least one contributor.

* {{{./enforceBytecodeVersion.html}enforceBytecodeVersion}} - verifies that there are no class in dependecies having bytecode version higher than specified.
* {{{./enforceBytecodeVersion.html}enforceBytecodeVersion}} - verifies that there are no classes in dependencies having bytecode versions higher than specified.

* {{{./banCircularDependencies.html}banCircularDependencies}} - verifies that there are no circular dependecies in the project.
* {{{./banCircularDependencies.html}banCircularDependencies}} - verifies that there are no circular dependencies in the project.

* {{{./requireEncoding.html}requireEncoding}} - verifies that source files have a required encoding.

Expand Down

0 comments on commit 2d96687

Please sign in to comment.