Skip to content

Commit 7d8fc80

Browse files
committed
Minor fixes
1 parent 5f5df89 commit 7d8fc80

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

site/docs/analyze-first/dependency-insight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You may add the plugin to your `pom.xml` file, so that it is available for all d
9090
</project>
9191
```
9292

93-
2. Run run the recipe.
93+
2. Run the recipe.
9494
```shell title="shell"
9595
mvn rewrite:run
9696
```

site/docs/analyze-first/find-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You may add the plugin to your `pom.xml` file, so that it is available for all d
7272
</project>
7373
```
7474

75-
2. Run run the recipe.
75+
2. Run the recipe.
7676
```shell title="shell"
7777
mvn rewrite:run
7878
```

site/docs/analyze-first/find-relocated-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You may add the plugin to your `pom.xml` file, so that it is available for all d
7979
</project>
8080
```
8181

82-
2. Run run the recipe.
82+
2. Run the recipe.
8383
```shell title="shell"
8484
mvn rewrite:run
8585
```

site/docs/junit-jupiter/migrate-to-junit5.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,3 @@ After adding the file, you should see a run icon in the left margin offering to
374374
375375
</TabItem>
376376
</Tabs>
377-
378-
See the [Migrate to JUnit 5](../junit-jupiter/migrate-to-junit5.md) page for more migration options.
379-

0 commit comments

Comments
 (0)