summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNami-Doc <vendethiel@hotmail.fr>2013-11-09 10:33:15 -0800
committerNami-Doc <vendethiel@hotmail.fr>2013-11-09 10:33:15 -0800
commitc140223dd74d77046a95b1d598b17a6456c9670b (patch)
tree097c035fe87f23f1cf532ff2d9e74390e4362122
parent9f0ae279d83a41bec3c9998c5245c46908942873 (diff)
parenta72bcacba5ee50061099a136f035f65989124665 (diff)
Merge pull request #403 from raulbrito/patch-1
fix typo
-rw-r--r--php.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 226eefff..c3317d59 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -11,7 +11,7 @@ This document describes PHP 5+.
```php
<?php // PHP code must be enclosed with <?php tags
-// If your php file only contains PHP code, it is best practise
+// If your php file only contains PHP code, it is best practice
// to omit the php closing tag.
// Two forward slashes start a one-line comment.