diff options
author | Akshay Kalose <AkshayProductions@gmail.com> | 2015-10-16 21:19:08 -0400 |
---|---|---|
committer | Akshay Kalose <AkshayProductions@gmail.com> | 2015-10-16 21:19:08 -0400 |
commit | b2f51952f024d2e38f02b2541c22dece09bc23d5 (patch) | |
tree | 2c1faa91181e259f73be147a6251e248b4811f27 /php.html.markdown | |
parent | 3b554a7e13d9aea591b2e5745687850d6d50da02 (diff) |
Fix Grammar
Diffstat (limited to 'php.html.markdown')
-rw-r--r-- | php.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown index 9a6ddbbb..5e7eba7f 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -12,7 +12,7 @@ This document describes PHP 5+. <?php // PHP code must be enclosed with <?php tags // If your php file only contains PHP code, it is best practice -// to omit the php closing tag which will Pprevent accidental output. +// to omit the php closing tag to prevent accidental output. // Two forward slashes start a one-line comment. |