Skip to content

Commit 2e80e6a

Browse files
authored
Fix minor typo
1 parent ba65802 commit 2e80e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get the parent runner that owns the specified child runner.
2323
* `LifecycleHooks.getParentOf(FrameworkMethod method)`
2424
Get the parent runner that owns the specified method.
2525
* `LifecycleHooks.getRunnerForTarget(Object target)`
26-
Get the parent runner owns the specified instance.
26+
Get the parent runner that owns the specified instance.
2727
* `LifecycleHooks.getRunnerFor(TestClass testClass)`
2828
Get the parent runner associated with the specified test class object.
2929
* `LifecycleHooks.getTestClassWith(Object method)`

0 commit comments

Comments
 (0)