Use plural grammar/spelling where intended

This commit is contained in:
Xymph
2022-08-23 22:20:46 +02:00
parent a85d35345d
commit 8c0b237667
4 changed files with 5 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ and gives you a central place to hook in code that should be run for every reque
## Model-View-Controller
The model-view-controller (MVC) pattern and its relatives HMVC and MVVM lets you break up code into logical objects
The model-view-controller (MVC) pattern and its relatives HMVC and MVVM let you break up code into logical objects
that serve very specific purposes. Models serve as a data access layer where data is fetched and returned in formats
usable throughout your application. Controllers handle the request, process the data returned from models and load
views to send in the response. And views are display templates (markup, xml, etc) that are sent in the response to the