diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-22 11:31:11 +0900 |
---|---|---|
committer | Fabricio Voznika <fvoznika@gmail.com> | 2020-01-22 08:42:33 -0800 |
commit | 639b25ed4b66ba7c80e20d698bc32b2b40ba350f (patch) | |
tree | 88f8fb880a6a4681db5d9990e785b9f701a9c937 | |
parent | 3e5c5e9e088fb6f8556c5c7a3a58db4f28c83fd2 (diff) |
Fix typo: 'hte' -> 'the'
-rw-r--r-- | content/docs/tutorials/cni.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/tutorials/cni.md b/content/docs/tutorials/cni.md index b8abc8689..fff065726 100644 --- a/content/docs/tutorials/cni.md +++ b/content/docs/tutorials/cni.md @@ -93,7 +93,7 @@ sudo ip netns add ${CNI_CONTAINERID} Next, run the bridge and loopback plugins to apply the configuration that was created earlier to the namespace. Each plugin outputs some JSON indicating the -results of executing hte plugin. For example, The bridge plugin's response +results of executing the plugin. For example, The bridge plugin's response includes the IP address assigned to the ethernet device created in the network namespace. Take note of the IP address for use later. |