diff --git a/language/oop5/autoload.xml b/language/oop5/autoload.xml
index 824c3fc2c0..9ecac63163 100644
--- a/language/oop5/autoload.xml
+++ b/language/oop5/autoload.xml
@@ -4,7 +4,7 @@
Autoloading Classes
Many developers writing object-oriented applications create
- one PHP source file per-class definition. One of the biggest
+ one PHP source file per class definition. One of the biggest
annoyances is having to write a long list of needed includes
at the beginning of each script (one for each class).