diff --git a/docs/manual/CoreTypes/namespace.html b/docs/manual/CoreTypes/namespace.html
index 9305e8b76..76f27bc42 100644
--- a/docs/manual/CoreTypes/namespace.html
+++ b/docs/manual/CoreTypes/namespace.html
@@ -192,7 +192,7 @@
of which extend the interface Condition. To integrate a
custom condition in Ant, you can now simply <typedef>
the
condition, and then use it anywhere develop.html#nestedtypwhere conditions are allowed
- (assuming the containing element has a generic add(Condition) or addConfigured(Condition)method):
+ (assuming the containing element has a generic add(Condition) or addConfigured(Condition) method):
<typedef resource="org/example/conditions.properties" uri="http://example.org/conditions"/> <condition property="prop" xmlns="http://example.org/conditions"> <and>