Fix typos

This commit is contained in:
Marcello 2021-09-20 19:35:32 +02:00
parent 76550dfa3c
commit 5c0799df7f
118 changed files with 1150 additions and 1602 deletions

View file

@ -16,7 +16,7 @@ The component class is usually written in the form of a Razor markup page with a
## Project Structure & Important Files
### Blazor Server Project Stucture
### Blazor Server Project Structure
```txt
Project
@ -45,7 +45,7 @@ Project
|- App.razor --> component root of the app
|
|- appsettings.json --> application settings
|- Program.cs --> App entrypoint
|- Program.cs --> App entry-point
|- Startup.cs --> services and middleware configs
```
@ -78,7 +78,7 @@ Project
|- App.razor --> component root of the app
|
|- appsettings.json --> application settings
|- Program.cs --> App entrypoint
|- Program.cs --> App entry-point
```
### Blazor PWA Project Structure