Skip to content

Commit 9ec28d1

Browse files
committed
Fix typo
1 parent 17a3b0c commit 9ec28d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/TestInstantiationAwareExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Interface for {@link Extension Extensions} that are aware and can influence
2222
* the instantiation of test instances.
2323
*
24-
* <p>This interface is not indented to be implemented directly. Instead, extend
24+
* <p>This interface is not intended to be implemented directly. Instead, extend
2525
* one of its sub-interfaces.
2626
*
2727
* @since 5.12

0 commit comments

Comments
 (0)