From 6bd9c7de67d0a003a0537a56c0f47506cc44f16d Mon Sep 17 00:00:00 2001
From: Suzanne Selhorn <sselhorn@gitlab.com>
Date: Wed, 12 Feb 2025 17:44:11 +0000
Subject: [PATCH] Updating to suggested fixes

Because it wasn't quite clear how it worked
---
 doc/user/duo_amazon_q/_index.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/user/duo_amazon_q/_index.md b/doc/user/duo_amazon_q/_index.md
index 5661f87e5af38..f936dd308d7d6 100644
--- a/doc/user/duo_amazon_q/_index.md
+++ b/doc/user/duo_amazon_q/_index.md
@@ -103,16 +103,17 @@ Amazon Q can make code changes based on reviewer feedback.
 
 Amazon Q proposes changes to the merge request based on the reviewer's comments and feedback.
 
-### Apply code changes based on feedback
+### View suggested fixes
 
-Amazon Q can suggest code changes based on feedback in a specific merge request comment.
+After Amazon Q has reviewed your code and added comments that explain potential issues,
+Amazon Q can reply to these comments with suggested fixes.
 
-1. Open a merge request that has reviewer feedback.
+1. Open a merge request that has feedback from Amazon Q.
 1. On the **Overview** tab, go to the comment you want to address.
 1. Type `/q fix`.
 1. Select **Add comment now**.
 
-Amazon Q proposes changes for the specific comment.
+Amazon Q proposes fixes for the issue in the comment.
 
 ### Create test coverage
 
-- 
GitLab