Skip to content

Commit 06ead9b

Browse files
authored
Fix typo
Pronoun used instead of an article.
1 parent 8f7cf87 commit 06ead9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/getting-started/consuming-library-with-visual-studio-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Just as we included unit tests in the same solution as our class library, we can
3232

3333
1. In the **Name** text box, enter `ShowCase`, and then choose the **OK** button.
3434

35-
1. In Solution Explorer, open he context menu for the **ShowCase** project node and choose **Set as StartUp Project**.
35+
1. In Solution Explorer, open the context menu for the **ShowCase** project node and choose **Set as StartUp Project**.
3636

3737
1. Initially our project doesn't have access to our class library. To allow it to call methods in our class library, in **Solution Explorer**, open the context menu for the **Dependencies** node in the **ShowCase** project and choose **Add Reference**.
3838

0 commit comments

Comments
 (0)