Skip to content

Commit

Permalink
Fis spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Jun 20, 2024
1 parent be05c22 commit 035cf8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ public ControllersConfigurer shouldNotDependOnOtherControllers(Configuration con
return addRule(TaikaiRule.of(classes()
.that(are(annotatedWithControllerOrRestController(true)))
.should(not(dependOnClassesThat(are(annotatedWithControllerOrRestController(true)))))
.as("Controllers should not be depend on other Controller"), configuration));
.as("Controllers should not be depend on other Controllers"), configuration));
}
}

0 comments on commit 035cf8c

Please sign in to comment.