From b2f51952f024d2e38f02b2541c22dece09bc23d5 Mon Sep 17 00:00:00 2001
From: Akshay Kalose <AkshayProductions@gmail.com>
Date: Fri, 16 Oct 2015 21:19:08 -0400
Subject: Fix Grammar

---
 php.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'php.html.markdown')

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.
 
-- 
cgit v1.2.3