We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3444 commit d1b13d7Copy full SHA for d1b13d7
modules/toxiproxy/src/main/java/org/testcontainers/containers/ToxiproxyContainer.java
@@ -79,7 +79,7 @@ public int getControlPort() {
79
80
/**
81
* Obtain a {@link ContainerProxy} instance for target container that is managed by Testcontainers. The target
82
- * container should be routable from this <b>from this {@link ToxiproxyContainer} instance</b> (e.g. on the same
+ * container should be routable <b>from this {@link ToxiproxyContainer} instance</b> (e.g. on the same
83
* Docker {@link Network}).
84
*
85
* @param container target container
0 commit comments