From af0a239bd9422c01d756558bfb1a4a498fe773ba Mon Sep 17 00:00:00 2001 From: Aleksey Tsalolikhin Date: Tue, 6 Mar 2018 09:22:42 -0800 Subject: [PATCH] Fix tiny typo (missing "o" in "outbound" --- slides/intro/Container_Network_Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/intro/Container_Network_Model.md b/slides/intro/Container_Network_Model.md index 760fcfe6..851c8d33 100644 --- a/slides/intro/Container_Network_Model.md +++ b/slides/intro/Container_Network_Model.md @@ -434,7 +434,7 @@ When creating a network, extra options can be provided. * `--internal` disables outbound traffic (the network won't have a default gateway). -* `--gateway` indicates which address to use for the gateway (when utbound traffic is allowed). +* `--gateway` indicates which address to use for the gateway (when outbound traffic is allowed). * `--subnet` (in CIDR notation) indicates the subnet to use.