Skip to content

Commit eed9534

Browse files
committed
Update formating
1 parent b47acee commit eed9534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/recheck-web/setup/maven.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ With this, you can now turn to your favorite IDE (e.g. `mvn eclipse:eclipse`) an
5151

5252
Extract the archive to your hard drive. Note that for the ChromeDriver to work, you need the major version to match your Chrome version installed on your system. Now we should be all set up to create [your first test](../tutorial/explicit-checks.md).
5353

54-
## Using ReTest in connection with Spring
55-
If you plan to use Spring alongside with **retest** in the same project, you should know the following:
54+
## Using ***recheck*** in connection with Spring
55+
If you plan to use Spring alongside with ***recheck*** in the same project, you should know the following:
5656

57-
Since Java version 11 `javax.xml.bind` is replaced by `jakarta.xml.bind`. **Retest** already uses the newer version, meaningly `jakarta.xml.bind`, while
57+
Since Java version 11 `javax.xml.bind` is replaced by `jakarta.xml.bind`. ***recheck*** already uses the newer version, meaningly `jakarta.xml.bind`, while
5858
Spring is still using `javax.xml.bind`. To avoid any errors, it is necessary to add the following dependencies to your `pom.xml` file.
5959

6060
```xml

0 commit comments

Comments
 (0)