Skip to content

Commit b823f1b

Browse files
authored
Update mvc.md
1 parent 152351e commit b823f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The role of the controller is to accept input and convert it to commands for the
1717

1818
The view layer processes and formats data from the controller before sending it to the user. It generates HTML, JSON, or whatever format is needed.
1919

20-
> Note: It is strictly forbidden to work with any environment, database or user input directly in the view. It should be in controller.
20+
> Note: It is strictly forbidden to work with any environment, database or user input directly in the view. Parameters should come from controller.
2121
2222
## Model
2323

0 commit comments

Comments
 (0)