Skip to content

Commit 70b06a0

Browse files
authored
Fix step numbering for Copilot inline feature
Updated step number for using inline feature of Copilot.
1 parent dd46c8a commit 70b06a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Using-GitHub-Copilot-with-CSharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The output should be similar to this:
132132
<img src="./images/006internalrecord.jpg" alt="changes to existing record">
133133
</div>
134134

135-
1. Now we want to use the inline feature of Copilot. When using the inline feature we can focus on the code in front of us and make progressive changes as needed in our code base. Next, we will create a new C# class by creating a new file under the `Backend` folder: `SampleApp\BackEnd\Customer.cs`.
135+
4. Now we want to use the inline feature of Copilot. When using the inline feature we can focus on the code in front of us and make progressive changes as needed in our code base. Next, we will create a new C# class by creating a new file under the `Backend` folder: `SampleApp\BackEnd\Customer.cs`.
136136

137137
<div align="left">
138138
<img src="./images/007customerfile.png" alt="New file customer.cs">

0 commit comments

Comments
 (0)