From abb300ed64ca4751d36d74d742533db1c8311808 Mon Sep 17 00:00:00 2001
From: Matthias Schmidt <gravatronics@live.com>
Date: Sat, 29 Jul 2017 08:09:20 +0200
Subject: [PATCH] Add missing word in third part of tutorial series

---
 .../tutorial_tutorial-series_part-3-person-page-and-comments.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-3-person-page-and-comments.md b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-3-person-page-and-comments.md
index 5fe253dfd..e565ebae5 100644
--- a/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-3-person-page-and-comments.md
+++ b/pages/tutorial/tutorial-series/tutorial_tutorial-series_part-3-person-page-and-comments.md
@@ -112,7 +112,7 @@ The `PersonCommentManager` class extended `ICommentManager`’s default implemen
 - The `updateCounter()` updates the comments’ counter of the person.
   We have added a new `comments` database table column to the `wcf1_person` database table in order to keep track on the number of comments.
 
-Additionally, we have added new `enableComments` database table column to the `wcf1_person` database table whose value can be set when creating or editing a person in the ACP.
+Additionally, we have added a new `enableComments` database table column to the `wcf1_person` database table whose value can be set when creating or editing a person in the ACP.
 With this option, comments on individual people can be disabled.
 
 {% include callout.html content="Liking comments is already built-in and only requires some extra code in the `PersonPage` class for showing the likes of pre-loaded comments." type="info" %}