Skip to content

Commit 3cae43e

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 8fd3c7a + 60878b5 commit 3cae43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/github/introduction-to-github-copilot/includes/3-interacting-with-copilot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This unit explores ways that you can maximize your interaction with GitHub Copilot in your development environment. By understanding the service's features and capabilities, you'll learn how to use it effectively.
1+
This unit explores ways that you can maximize your interaction with GitHub Copilot in your development environment. By understanding the service's features and capabilities, you learn how to use it effectively.
22

33
The following sections describe the various ways to trigger and use GitHub Copilot, along with examples and shortcuts to help you get the most out of it.
44

@@ -69,10 +69,10 @@ Here are some common slash commands and their usage:
6969

7070
- `/explain` - Provides an explanation of the selected code.
7171
- `/suggest` - Offers code suggestions based on the current context.
72-
- `/test` - Generates unit tests for the selected function or class.
72+
- `/tests` - Generates unit tests for the selected function or class.
7373
- `/comment` - Converts comments into code snippets.
7474

75-
To use a slash command, simply type the command in your editor and press `Enter`. For example:
75+
To use a slash command, just type the command in your editor and press `Enter`. For example:
7676

7777
```python
7878
# Select the function, use the shortcut to open the inline chat, and type: /explain

0 commit comments

Comments
 (0)