language/basic-syntax.xml
6b09bb638aa64d1fad5f4a630a8da9a2692ce733
...
...
@@ -45,7 +45,7 @@
45
45
<para>
46
46
<note>
47
47
<para>
48
-
As short tags can be disabled it is recommened to only use the normal
48
+
As short tags can be disabled it is recommended to only use the normal
49
49
tags (<code>&lt;?php ?&gt;</code> and <code>&lt;?= ?&gt;</code>) to
50
50
maximise compatibility.
51
51
</para>
...
...
@@ -147,7 +147,7 @@ echo "Last statement";
147
147

148
148
<para>
149
149
<example>
150
-
<title>Example showing the closing tag encompasing the trailing newline</title>
150
+
<title>Example showing the closing tag encompassing the trailing newline</title>
151
151
<programlisting role="php">
152
152
<![CDATA[
153
153
<?php echo "Some text"; ?>
154
154