Skip to content

Commit c0d4fa7

Browse files
authored
Merge pull request #13124 from mholo65/patch-1
Fix typo
2 parents db65672 + dd47db0 commit c0d4fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric-mesh/service-fabric-mesh-tutorial-create-dotnetcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ This minimal data context populates some sample to-do items and provides access
223223

224224
### Add a controller
225225

226-
A default controller, which handles the HTPP requests and creates the HTTP response, was provided by the template when the **ToDoService** project was created. In the **Solution Explorer**, under **ToDoService**, open the **Controllers** folder to see the **ValuesController.cs** file.
226+
A default controller, which handles the HTTP requests and creates the HTTP response, was provided by the template when the **ToDoService** project was created. In the **Solution Explorer**, under **ToDoService**, open the **Controllers** folder to see the **ValuesController.cs** file.
227227

228228
Right-click **ValuesController.cs** and then **Rename**. Rename the file to `ToDoController.cs`. If a prompt appears to rename all references, click **Yes**.
229229

0 commit comments

Comments
 (0)