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

Commit b1fd772

Browse files
mkArtakMSFTdavidfowl
authored andcommitted
Fixing a wrong word in the sentence (#66)
1 parent 5d80894 commit b1fd772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Commands Explained
127127
>If your database ever gets in a bad state and you'd like to reset things, you can use `dotnet ef database drop` followed by `dotnet ef database update` to remove your database and run all migrations again.
128128

129129
## A quick look at the Values Controller
130-
First, open the `Controllers` controller and take a quick look at the `ValuesController`. You'll see simple functions that correspond to HTTP verbs. You'll see the output of this controller in a bit, but first we'll build our own API controller for the `Speakers` model class.
130+
First, open the `Controllers` folder and take a quick look at the `ValuesController`. You'll see simple functions that correspond to HTTP verbs. You'll see the output of this controller in a bit, but first we'll build our own API controller for the `Speakers` model class.
131131

132132
## Scaffolding an API Controller
133133
### Using Visual Studio

0 commit comments

Comments
 (0)