From 7fa3dd2881be537ec6144850064ad1419dc12f3e Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 27 Oct 2019 17:28:10 -0400 Subject: docs: cleanup typos on readthrough Type: style Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880 Signed-off-by: Paul Vinciguerra --- docs/gettingstarted/progressivevpp/switching.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gettingstarted/progressivevpp/switching.rst') diff --git a/docs/gettingstarted/progressivevpp/switching.rst b/docs/gettingstarted/progressivevpp/switching.rst index 72005080b08..a28e860fdaa 100644 --- a/docs/gettingstarted/progressivevpp/switching.rst +++ b/docs/gettingstarted/progressivevpp/switching.rst @@ -9,7 +9,7 @@ Skills to be Learned ---------------------- #. Associate an interface with a bridge domain -#. Create a loopback interaface +#. Create a loopback interface #. Create a BVI (Bridge Virtual Interface) for a bridge domain #. Examine a bridge domain @@ -46,7 +46,7 @@ To clear existing config from previous exercises run: $ ps -ef | grep vpp | awk '{print $2}'| xargs sudo kill $ sudo ip link del dev vpp1host - $ # do the next command if you are cleaing up from this example + $ # do the next command if you are cleaning up from this example $ sudo ip link del dev vpp1vpp2 Run FD.io VPP instances -- cgit 1.2.3-korg