From 547fe605dba9c6ecec4788777bb3e6a6e71f1ca3 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Wed, 8 Mar 2023 09:35:20 -0500 Subject: [PATCH] Change examples to adhere to style guide (#3285) * Change examples to adhere to style guide Signed-off-by: Fanit Kolchina * Updated examples Signed-off-by: Fanit Kolchina --------- Signed-off-by: Fanit Kolchina --- FORMATTING_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FORMATTING_GUIDE.md b/FORMATTING_GUIDE.md index 4928fbf2..c39ecaf9 100644 --- a/FORMATTING_GUIDE.md +++ b/FORMATTING_GUIDE.md @@ -300,10 +300,10 @@ If you need to position an image or a code snippet within a list, use tabs to si **Example with images** ``` -1. To begin, select the rule in the Rule name column. The rule details pane opens. +1. To begin, select the rule in the **Rule name** column. The rule details pane opens, as shown in the following image. Opening the rule details pane -1. Choose the **Duplicate** button in the upper-right corner of the pane. The Duplicate rule window opens in Visual Editor view, and all of the fields are automatically populated with the rule's details. Details are also populated in YAML Editor view. +1. Select the **Duplicate** button in the upper-right corner of the pane. The **Duplicate rule** window opens in Visual Editor view, and all of the fields are automatically populated with the rule's details. Details are also populated in YAML Editor view, as shown in the following image. Selecting the duplicate button opens the Duplicate rule window ```