Skip to content

Commit 0047efc

Browse files
author
david-cooke
authored
Fix typo in CreateNetworkCmd (docker-java#1680)
1 parent 3c287ec commit 0047efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-java-api/src/main/java/com/github/dockerjava/api/command/CreateNetworkCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public interface CreateNetworkCmd extends SyncDockerCmd<CreateNetworkResponse> {
4747
/** Name of the network driver to use. Defaults to <code>bridge</code>. */
4848
CreateNetworkCmd withDriver(String driver);
4949

50-
/** Ipam config, such es subnet, gateway and ip range of the network */
50+
/** Ipam config, such as subnet, gateway and ip range of the network */
5151
CreateNetworkCmd withIpam(Ipam ipam);
5252

5353
/** Driver specific options */

0 commit comments

Comments
 (0)