From 5deefdaa9d2667a08a92b3930b2d4343484bc1be Mon Sep 17 00:00:00 2001 From: Peter Sutter Date: Mon, 26 Apr 2021 12:01:56 +0200 Subject: [PATCH] Switch Do's and Don'ts --- content/en/docs/contribute/style/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 5931422e95..26df0a85ac 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -596,8 +596,8 @@ Do | Don't :--| :----- Include one command in ... | Include just one command in ... Run the container ... | Simply run the container ... -You can easily remove ... | You can remove ... -These simple steps ... | These steps ... +You can remove ... | You can easily remove ... +These steps ... | These simple steps ... {{< /table >}} ## {{% heading "whatsnext" %}}