Skip to content

Commit 4a0cc9b

Browse files
authored
Fix typo in tools configuration instruction (#9005)
Change 'then' to 'them' for clarity
1 parent 7a4d2ad commit 4a0cc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/copilot/copilot-tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Find practical [examples of prompts to use with chat](https://docs.github.com/en
132132

133133
Enrich your prompts with relevant context to get more accurate and relevant responses in chat. With the right tools, you can boost your developer productivity.
134134

135-
* In [chat](/docs/copilot/chat/chat-tools.md), select the tools button to configure the tools you want to use or explicitly add then to your prompt.
135+
* In [chat](/docs/copilot/chat/chat-tools.md), select the tools button to configure the tools you want to use or explicitly add them to your prompt.
136136
* Use `#codebase` to let Copilot find the right files automatically by performing a code search.
137137
* Use the `#fetch` tool to fetch content from a web page or use `#githubRepo` to perform a code search on a GitHub repository.
138138
* Reference files, folders, or symbols in your prompt by using `#<file name>`, `#<folder name>`, or `#<symbol>`.

0 commit comments

Comments
 (0)