From 639b25ed4b66ba7c80e20d698bc32b2b40ba350f Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 22 Jan 2020 11:31:11 +0900 Subject: Fix typo: 'hte' -> 'the' --- content/docs/tutorials/cni.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3