From 208c454ef73e1105640156e5625423bcb25d91ed Mon Sep 17 00:00:00 2001 From: SpaaaaceMan Date: Thu, 10 Oct 2019 15:07:54 +0200 Subject: [PATCH] Update 11-displaying-guestbook-entries.markdown --- .../11-displaying-guestbook-entries.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.