Commit ace6dc50 by Carsten Brandt

grammar fix

with help of ##English on freenode :) fixes #5244
parent 95b859dd
...@@ -123,8 +123,8 @@ If the model is successfully populated (i.e., if the user has submitted the HTML ...@@ -123,8 +123,8 @@ If the model is successfully populated (i.e., if the user has submitted the HTML
provides components such as `request`, `response`, `db`, etc. to support specific functionality. provides components such as `request`, `response`, `db`, etc. to support specific functionality.
In the above code, the `request` component of the application instance is used to access the `$_POST` data. In the above code, the `request` component of the application instance is used to access the `$_POST` data.
If everything is fine, the action will render a view named `entry-confirm` to confirm the data entered If everything is fine, the action will render a view named `entry-confirm` to confirm the successful submission
with the user that the data entered. If no data is submitted or the data contains errors, the `entry` view will of the data to the user. If no data is submitted or the data contains errors, the `entry` view will
be rendered, wherein the HTML form will be shown, along with any validation error messages. be rendered, wherein the HTML form will be shown, along with any validation error messages.
> Note: In this very simple example we just render the confirmation page upon valid data submission. In practice, > Note: In this very simple example we just render the confirmation page upon valid data submission. In practice,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment