diff --git a/language/types/string.xml b/language/types/string.xml
index 43e9218b21..5f3c2d4939 100644
--- a/language/types/string.xml
+++ b/language/types/string.xml
@@ -322,7 +322,7 @@ EOD
- As of PHP 5.3.0, its possible to initialize static variables and class
+ As of PHP 5.3.0, it's possible to initialize static variables and class
properties/constants using the Heredoc syntax:
@@ -356,7 +356,7 @@ FOOBAR;
- PHP 5.3.0 also introduces the possibility for Heredoc's to
+ PHP 5.3.0 also introduces the possibility for Heredocs to
use double quotes in declarings: