diff --git a/engine/userguide/networking/index.md b/engine/userguide/networking/index.md index ee6e8f183b..3d235c100e 100644 --- a/engine/userguide/networking/index.md +++ b/engine/userguide/networking/index.md @@ -555,7 +555,7 @@ built-in network drivers. For example: $ docker network create --driver weave mynet -You can inspect it, add containers to and from it, and so forth. Of course, +You can inspect it, add containers to and delete from it, and so forth. Of course, different plugins may make use of different technologies or frameworks. Custom networks can include features not present in Docker's default networks. For more information on writing plugins, see [Extending Docker](../../extend/legacy_plugins.md) and