summaryrefslogtreecommitdiffhomepage
path: root/php.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'php.html.markdown')
-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