diff --git a/appendices/migration4.xml b/appendices/migration4.xml
index f64f8a7d2b..fffeba7439 100644
--- a/appendices/migration4.xml
+++ b/appendices/migration4.xml
@@ -269,9 +269,9 @@
To embed the value of an object member variable into a string you
- simply write "text {$obj->member} text" while
+ simply write "text {$obj->member} text" while
in PHP 3.0 you had to use something like "text
- ".$obj->member." text".
+ ".$obj->member." text".
This should lead to more readable code, while it may break