summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-01-22 11:31:11 +0900
committerFabricio Voznika <fvoznika@gmail.com>2020-01-22 08:42:33 -0800
commit639b25ed4b66ba7c80e20d698bc32b2b40ba350f (patch)
tree88f8fb880a6a4681db5d9990e785b9f701a9c937
parent3e5c5e9e088fb6f8556c5c7a3a58db4f28c83fd2 (diff)
Fix typo: 'hte' -> 'the'
-rw-r--r--content/docs/tutorials/cni.md2
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.