Minor typo
diff --git a/README.md b/README.md
index 024229b..0c70469 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@
 * featuresIncludes : The include pattern for feature files from the above directory. Default is `**/*.json`, therefore all files with the extension `.json` are read including sub directories.
 * featuresExcludes : The exclude pattern for feature files from the above directory. Empty by default.
 * includeArtifact : Include an feature specified as a Maven artifact.
-* includeClassifier : Include a feature generated as aggreate with a classifier in this project.
+* includeClassifier : Include a feature generated as aggregate with a classifier in this project.
 * validateFeatures : Boolean switch defining whether the feature files should be validated against the schema. This is enabled by default.
 
 This global configuration specifies the initial set of feature files used for the current project, the other goals can then refine this subset.