Skip to content

Commit

Permalink
Fix code tabs in java-junit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Oct 5, 2023
1 parent 806dc69 commit 75c7e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/quickstart/java-junit.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ like [Apache HttpClient](https://hc.apache.org/httpcomponents-client-5.2.x/#).

{% codetabs %}

{% codetabs Maven %}
{% codetab Maven %}

```xml
<dependency>
Expand All @@ -47,7 +47,7 @@ like [Apache HttpClient](https://hc.apache.org/httpcomponents-client-5.2.x/#).

{% endcodetab %}

{% codetabs Gradle Groovy %}
{% codetab Gradle Groovy %}

```groovy
testImplementation "org.wiremock:wiremock:{{ site.wiremock_version }}"
Expand Down

0 comments on commit 75c7e9e

Please sign in to comment.