Skip to content

Commit 82df496

Browse files
committed
docs(copilot): simplify Terminal Chat wording
Remove the repeated use of 'chat' after the Terminal Chat product name on both Windows Terminal guidance pages. Changes: - content/copilot/get-started/quickstart.md - Refer to the Terminal Chat window without repeating 'chat'. - content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md - Use the same corrected Terminal Chat window wording. Validation: - npm run lint-content -- --paths content/copilot/get-started/quickstart.md content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md - git diff --check
1 parent fcd1b97 commit 82df496

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/copilot/get-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ After you've installed {% data variables.product.prodname_windows_terminal %} Ca
126126
127127
1. Open **Terminal Chat (Experimental)** in the dropdown menu.
128128

129-
1. In the Terminal Chat chat window, type `how do i list all markdown files in my directory` then press <kbd>Enter</kbd>.
129+
1. In the Terminal Chat window, type `how do i list all markdown files in my directory` then press <kbd>Enter</kbd>.
130130

131131
{% data variables.product.prodname_copilot_short %}'s answer is displayed below your question.
132132

content/copilot/how-tos/chat-with-copilot/chat-in-windows-terminal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you have access to {% data variables.product.prodname_copilot %} via your org
2525

2626
## Getting command explanations and suggestions
2727

28-
In the Terminal Chat chat window, type a question (for example, `how do i list all markdown files in my directory`) then press <kbd>Enter</kbd>.
28+
In the Terminal Chat window, type a question (for example, `how do i list all markdown files in my directory`) then press <kbd>Enter</kbd>.
2929

3030
{% data variables.product.prodname_copilot_short %}'s answer is displayed below your question.
3131

0 commit comments

Comments
 (0)