Skip to content

Commit

Permalink
fix broken code tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet committed Apr 2, 2024
1 parent d39ab4a commit 3989732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _docs/jetty-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ testImplementation "org.wiremock:wiremock-jetty12:{{ site.wiremock_version }}"

{% endcodetab %}

{% endcodetab %}
{% endcodetabs %}

## Limitations

Expand Down
2 changes: 1 addition & 1 deletion _docs/quickstart/java-junit.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ like [Apache HttpClient](https://hc.apache.org/httpcomponents-client-5.2.x/#).

{% endcodetab %}

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

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

0 comments on commit 3989732

Please sign in to comment.