From 8a806e0ac99003ef059641a3b503eefd969f6de7 Mon Sep 17 00:00:00 2001
From: Tarang Janawalkar <31427635+Tarang74@users.noreply.github.com>
Date: Wed, 29 Jan 2025 05:13:33 +0530
Subject: [PATCH] Clear up the schema description for
 experimental.rightClickContextMenu (#18388)

It did not cover all of the right-click behaviors.
---
 doc/cascadia/profiles.schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json
index b4ab5a64065..7554302c408 100644
--- a/doc/cascadia/profiles.schema.json
+++ b/doc/cascadia/profiles.schema.json
@@ -2912,7 +2912,7 @@
         },
         "experimental.rightClickContextMenu": {
           "default": false,
-          "description": "When set to true, right-clicking on the terminal will show a context menu. When set to false, right-click will copy",
+          "description": "When true, right-click shows a context menu; otherwise, it pastes from the clipboard or copies selection.",
           "type": "boolean"
         },
         "experimental.repositionCursorWithMouse": {