From 6b09bb638aa64d1fad5f4a630a8da9a2692ce733 Mon Sep 17 00:00:00 2001 From: brycesharpookla <54542291+brycesharpookla@users.noreply.github.com> Date: Thu, 19 Aug 2021 13:04:30 -0500 Subject: [PATCH] Update basic-syntax.xml to fix typo Fixes typo in the note about not using short tags --- language/basic-syntax.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index 24858f3b44..d54affadf9 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -45,7 +45,7 @@ - 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 (<?php ?> and <?= ?>) to maximise compatibility.