From e566760a458f50e793bd3e9eb55d95b273b6b543 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 20 Apr 2021 21:18:04 +0300 Subject: [PATCH] Fix typo: s/Lauch/Launch --- docs/how-to-use.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/how-to-use.md b/docs/how-to-use.md index 6bfa78a34..5a1822d75 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -264,7 +264,7 @@ $ cat < /etc/cni/multus/net.d/macvlan2.conf ### Run pod with network annotation -#### Lauch pod with text annotation +#### Launch pod with text annotation ``` # Execute following command at Kubernetes master @@ -284,7 +284,7 @@ spec: EOF ``` -#### Lauch pod with text annotation for NetworkAttachmentDefinition in different namespace +#### Launch pod with text annotation for NetworkAttachmentDefinition in different namespace You can also specify NetworkAttachmentDefinition with its namespace as adding `/` @@ -330,7 +330,7 @@ spec: EOF ``` -#### Lauch pod with text annotation with interface name +#### Launch pod with text annotation with interface name You can also specify interface name as adding `@`. @@ -352,7 +352,7 @@ spec: EOF ``` -#### Lauch pod with json annotation +#### Launch pod with json annotation ``` # Execute following command at Kubernetes master @@ -375,7 +375,7 @@ spec: EOF ``` -#### Lauch pod with json annotation for NetworkAttachmentDefinition in different namespace +#### Launch pod with json annotation for NetworkAttachmentDefinition in different namespace You can also specify NetworkAttachmentDefinition with its namespace as adding `"namespace": ""`. @@ -400,7 +400,7 @@ spec: EOF ``` -#### Lauch pod with json annotation with interface +#### Launch pod with json annotation with interface You can also specify interface name as adding `"interface": ""`.