diff --git a/reference/array/functions/count.xml b/reference/array/functions/count.xml
index b7c24ebc80..1ccc9519b4 100644
--- a/reference/array/functions/count.xml
+++ b/reference/array/functions/count.xml
@@ -19,7 +19,7 @@
For objects, if you have
SPL installed, you can hook into
count by implementing interface
- Countable. The interface has exactly one method,
+ Countable. The interface has exactly one method,
count, which returns the return value for the
count function.
@@ -65,7 +65,7 @@
If var is not an array or an object with
- implemented Countable interface,
+ implemented Countable interface,
1 will be returned.
There is one exception, if var is &null;,
0 will be returned.