diff --git a/en/develop/freqai/index.html b/en/develop/freqai/index.html
index 736204c65..cdd894132 100644
--- a/en/develop/freqai/index.html
+++ b/en/develop/freqai/index.html
@@ -1810,7 +1810,7 @@
Extensibility - The generalized and robust architecture allows for incorporating any machine learning library/method available in Python. Eight examples are currently available, including classifiers, regressors, and a convolutional neural network
Smart outlier removal - Remove outliers from training and prediction data sets using a variety of outlier detection techniques
Crash resilience - Store trained models to disk to make reloading from a crash fast and easy, and purge obsolete files for sustained dry/live runs
-Automatic data normalization - Normalize the data in a smart and statistically safe way
+Automatic data normalization - Normalize the data in a smart and statistically safe way
Automatic data download - Compute timeranges for data downloads and update historic data (in live deployments)
Cleaning of incoming data - Handle NaNs safely before training and model inferencing
Dimensionality reduction - Reduce the size of the training data via Principal Component Analysis