Commit 2fe44633 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #22948 from maciejwalkowiak

* pr/22948:
  Fix typo `Assert4J` -> `AssertJ`

Closes gh-22948
parents 70f12163 15de9565
......@@ -7468,7 +7468,7 @@ TIP: If multiple auto-configurations have to be defined, there is no need to ord
Each test can use the runner to represent a particular use case.
For instance, the sample below invokes a user configuration (`UserConfiguration`) and checks that the auto-configuration backs off properly.
Invoking `run` provides a callback context that can be used with `Assert4J`.
Invoking `run` provides a callback context that can be used with `AssertJ`.
[source,java,indent=0]
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment