Update basic-syntax.xml to fix typo

Fixes typo in the note about not using short tags
This commit is contained in:
brycesharpookla 2021-08-19 13:04:30 -05:00 committed by George Peter Banyard
parent d1df62fe77
commit 6b09bb638a

View file

@ -45,7 +45,7 @@
<para>
<note>
<para>
As short tags can be disabled it is recommened to only use the normal
As short tags can be disabled it is recommended to only use the normal
tags (<code>&lt;?php ?&gt;</code> and <code>&lt;?= ?&gt;</code>) to
maximise compatibility.
</para>