diff --git a/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown b/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown index 78fbee4dc93..e02a01771dd 100644 --- a/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown +++ b/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown @@ -11,7 +11,7 @@ header-id: viewing-guestbook-entries To display guestbook entries, you must do the reverse of what you did to store -them: retrieve them the database, loop through them, and present them on the +them: retrieve them from the database, loop through them, and present them on the page. To do this, you must override the default MVC Portlet `render` method so you can tell your portlet how to render itself.