summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAkshay Kalose <AkshayProductions@gmail.com>2015-10-16 21:19:08 -0400
committerAkshay Kalose <AkshayProductions@gmail.com>2015-10-16 21:19:08 -0400
commitb2f51952f024d2e38f02b2541c22dece09bc23d5 (patch)
tree2c1faa91181e259f73be147a6251e248b4811f27
parent3b554a7e13d9aea591b2e5745687850d6d50da02 (diff)
Fix Grammar
-rw-r--r--php.html.markdown2
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.