Skip to content

Commit 804894f

Browse files
committed
update titles
1 parent 897c644 commit 804894f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Instructions/Labs/LAB_AK_03_develop_code_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lab:
44
description: 'Learn how to accelerate the development of new code features using GitHub Copilot in Visual Studio Code.'
55
---
66

7-
# Develop code features using GitHub Copilot
7+
# Develop new code features using GitHub Copilot
88

99
GitHub Copilot's code completion and interactive chat features help developers write code faster and with fewer errors. It provides suggestions for code snippets, functions, and even entire classes based on the context of the code being written. In this exercise, you use GitHub Copilot to accelerate the development of new code features in Visual Studio Code.
1010

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ lab:
44
description: 'Learn how to refactor and improve existing code sections using GitHub Copilot in Visual Studio Code.'
55
---
66

7-
# Refactor and improve existing code sections using GitHub Copilot
7+
# Refactor existing code using GitHub Copilot
88

9-
GitHub Copilot can be used to evaluate your entire codebase and suggest changes that refactor and/or improve your code. In this exercise, you use GitHub Copilot to refactor specified sections of a C# application while making improvements to code quality, reliability, performance, and security.
9+
GitHub Copilot can be used to evaluate your entire codebase and suggest updates that help you to refactor and improve your code. In this exercise, you use GitHub Copilot to refactor specified sections of a C# application while making improvements to code quality, reliability, performance, and security.
1010

1111
This exercise should take approximately **15** minutes to complete.
1212

0 commit comments

Comments
 (0)