Minimal-APIs / minimal-apis.github.io

Tutorials and samples for ASP.NET Core Minimal APIs
https://minimal-apis.github.io/
MIT License
65 stars 19 forks source link

Fix a few small typos #46

Closed rgwood closed 3 years ago

rgwood commented 3 years ago

Just fixing a few minor things I noticed when working through the quickstart.

P.S. I found the "Returning HTML" section super helpful as an ASP.NET newbie. The .NET 6 Razor and Blazor Server templates still have a lot going on, I like that this quickstart shows a much simpler Razor setup than the templates.