summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorchrisdowns <downs.business@gmail.com>2013-06-29 08:53:49 -0500
committerchrisdowns <downs.business@gmail.com>2013-06-29 08:53:49 -0500
commita793e2a77d602dda5ea820d7072cfe900e166aab (patch)
tree0a69ed519e55dd832a732642ce8e71f07e0f9683
parenta6bcf5f8d7fe60af918eea947bee7f5950a2061d (diff)
tiny typo fixed
-rw-r--r--php.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown
index 753f6ab1..339499eb 100644
--- a/php.html.markdown
+++ b/php.html.markdown
@@ -417,7 +417,7 @@ final class YouCannotExtendMe {
}
```
-Classes are insantiated with the ```new``` keyword. Functions are referred to as
+Classes are instantiated with the ```new``` keyword. Functions are referred to as
methods if they belong to a class.
```php