This is an automated email from the ASF dual-hosted git repository.

dmvolod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8e0de9bfca901c95035f4ae9e8e47915628cc83b
Author: Dmitry Volodin <dmvo...@gmail.com>
AuthorDate: Tue Feb 4 19:14:25 2020 +0300

    Fix doc
---
 components/camel-weka/src/main/docs/weka-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/weka-component.adoc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-weka/src/main/docs/weka-component.adoc 
b/components/camel-weka/src/main/docs/weka-component.adoc
index 911e094..8f542cd 100644
--- a/components/camel-weka/src/main/docs/weka-component.adoc
+++ b/components/camel-weka/src/main/docs/weka-component.adoc
@@ -77,7 +77,7 @@ with the following path and query parameters:
 | *apply* (filter) | The filter spec (i.e. Name Options) |  | String
 | *build* (model) | The classifier spec (i.e. Name Options) |  | String
 | *dsname* (model) | The named dataset to train the classifier with |  | String
-| *folds* (model) | Numer of folds to use for cross-validation | 10 | int
+| *folds* (model) | Number of folds to use for cross-validation | 10 | int
 | *loadFrom* (model) | Path to load the model from |  | String
 | *saveTo* (model) | Path to save the model to |  | String
 | *seed* (model) | An optional seed for the randomizer | 1 | int
diff --git a/docs/components/modules/ROOT/pages/weka-component.adoc 
b/docs/components/modules/ROOT/pages/weka-component.adoc
index 7404a2a..8fe3f95 100644
--- a/docs/components/modules/ROOT/pages/weka-component.adoc
+++ b/docs/components/modules/ROOT/pages/weka-component.adoc
@@ -78,7 +78,7 @@ with the following path and query parameters:
 | *apply* (filter) | The filter spec (i.e. Name Options) |  | String
 | *build* (model) | The classifier spec (i.e. Name Options) |  | String
 | *dsname* (model) | The named dataset to train the classifier with |  | String
-| *folds* (model) | Numer of folds to use for cross-validation | 10 | int
+| *folds* (model) | Number of folds to use for cross-validation | 10 | int
 | *loadFrom* (model) | Path to load the model from |  | String
 | *saveTo* (model) | Path to save the model to |  | String
 | *seed* (model) | An optional seed for the randomizer | 1 | int

Reply via email to