diff --git a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java index 5462feb256..9526549ed9 100644 --- a/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java +++ b/common/src/main/java/org/opensearch/ml/common/input/parameter/MLAlgoParams.java @@ -10,7 +10,7 @@ /** * Machine learning algorithms parameter interface. - * Implement this interface when add a new algorith. + * Implement this interface when add a new algorithm. */ public interface MLAlgoParams extends ToXContentObject, NamedWriteable {