Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5c002c3

Browse files
authored
Merge pull request #92 from Haacked/patch-1
Fix spelling of library
2 parents cc7511b + fb00279 commit 5c002c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2. Build out BackEnd and Refactor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this session, we'll add the rest of our models and controllers that expose th
88
> We'll start by creating the new shared project to hold our data transfer objects.
99
### Adding the ConferenceDTO Project using Visual Studio
1010
1. If using Visual Studio, right-click on the Solution and select *Add* / *New Project...*.
11-
1. Select *.NET Standard* from the project types on the left and select the *Class Libarary (.NET Standard)* template. Name the project ConferenceDTO and press OK.
11+
1. Select *.NET Standard* from the project types on the left and select the *Class Library (.NET Standard)* template. Name the project ConferenceDTO and press OK.
1212
![](images/create-dto-project.png)
1313
1. Delete the generated `Class1.cs` file from this new project.
1414
1. Right-click the 'Dependencies' node under the BackENd project, select "Add Reference..." and put a checkmark near ConferenceDTO.

0 commit comments

Comments
 (0)