diff --git a/docs/manual/CoreTasks/componentdef.html b/docs/manual/CoreTasks/componentdef.html index b082fc178..55fb21c4e 100644 --- a/docs/manual/CoreTasks/componentdef.html +++ b/docs/manual/CoreTasks/componentdef.html @@ -27,7 +27,7 @@
- Adds a component definination to the current project. + Adds a component definition to the current project. A compenent definition is the same as a typedef except:
@@ -37,13 +37,13 @@ accept components (by having an add() method).- The purpose of this it allow internal ant definitions to be - be made for tags like "and" or "or". + The purpose of this is to allow internal Ant definitions to be + made for tags like "and" or "or".
- defines two components with the same name "or", one is a condition + defines two components with the same name "or"; one is a condition (see conditions) and one is a selector (see selectors).