Skip to content

Commit 8a896ec

Browse files
committed
nits
1 parent d84d702 commit 8a896ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lab/part09-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The GitHub MCP server allows Copilot to interact with your GitHub repository. Le
6060
1. [] Ensure that the GitHub MCP server is selected as an active tool in Copilot Chat.
6161
1. [] In the same chat session, type: `Based on the asset optimization recommendations, create 3 GitHub issues for improving the TinyShop application's performance.`
6262

63-
> [!NOTE]
63+
> NOTE:
6464
> Copilot will use the GitHub MCP server to create the issues directly in your repository. You may be prompted to authorize the action.
6565
6666
1. [] Review the issues that Copilot proposes to create.

lab/part10-planning-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this part, you'll use Planning Mode to plan and implement a feature that allo
66

77
## Understanding Planning Mode
88

9-
Planning Mode is a preview feature in Agent that helps you:
9+
Planning Mode is a feature in Agent that helps you:
1010
- Break down complex features into manageable steps
1111
- Understand all the files and changes required before implementation
1212
- Review and refine the plan before Copilot starts generating code

lab/part11-reusable-prompts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The solution already includes a **TinyShop.Tests** project with MSTest configure
2424

2525
Now let's create a prompt file that helps generate additional unit tests using MSTest.
2626

27-
1. [] In **Solution Explorer** under the we will see the **GitHub Node** from teh extension to add it easily:
28-
- Right-Click the **GitHub Node** icon/extension in Visual Studio.
27+
1. [] In **Solution Explorer** we will see the **GitHub** node from the extension to add it easily:
28+
- Right-Click the **GitHub** node icon/extension in Visual Studio.
2929
- Choose **Add Copilot File...**.
3030
- Select **Prompt file...** from the dialog.
3131
- Change the file name to `unit-test.prompt.md` and click **OK**.

0 commit comments

Comments
 (0)