From af162c32ee2a43e7e4e30bd52ed38dcdbd8fd79c Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Thu, 19 Jul 2018 08:48:40 +0200
Subject: [PATCH] Update README.md properties

---
 exercises/exercise-properties/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/exercise-properties/README.md b/exercises/exercise-properties/README.md
index 9c263bf5..1c0da0c3 100644
--- a/exercises/exercise-properties/README.md
+++ b/exercises/exercise-properties/README.md
@@ -67,7 +67,7 @@ SET_TYPE_PROP(TwoPIncompressible, LocalResidual,
               MyLocalResidual<TypeTag>);
 ```
 
-You want to make the simplify the original local residual special by using the assumption that incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass.
+You want to simplify the original local residual by using the assumption that incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass.
 
 * Eliminate the density from the `computeStorage` and the `computeFlux` methods.
 
-- 
GitLab