diff --git a/chapters/intro.xml b/chapters/intro.xml index 7b5a375b71..26be9afa9f 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -39,7 +39,7 @@ Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does - "something" (in this case, output "Hi, I'm a PHP script!"). + "something" (in this case, output Hi, I'm a PHP script!). The PHP code is enclosed in special start and end processing instructions <?php and ?>