diff --git a/Documentation/how-to-dev.md b/Documentation/how-to-dev.md index 046992f..5f8b59a 100644 --- a/Documentation/how-to-dev.md +++ b/Documentation/how-to-dev.md @@ -58,7 +58,7 @@ class SampleFormController { } ``` -As our views are now done using react (and defined under the `front/views` folder), we need to use the `send_react_front($viewURI, $viewArguments)` php function (located in the `src/react-render.php` file). +As our views are now done using react (and defined under the `front/views` folder), we need to use the `send_react_front($viewURI, $viewArguments)` php function (located in the `src/react-render.php` file) to render a react view. If you look at the `send_react_front($viewURI, $viewArguments)` function, you'll see that is simply loads the file `src/react-display-file.php` with given arguments. The file is a simple html5 template with a `