diff --git a/docs/usage/train/parameters.md b/docs/usage/train/parameters.md
index 69cc44c2536e8f23e33a3c13679819fc965c55d2..feb0a48cda2d633f75d010cd37a00d48b27598ad 100644
--- a/docs/usage/train/parameters.md
+++ b/docs/usage/train/parameters.md
@@ -16,8 +16,7 @@ All hyperparameters are specified and editable in the training scripts `dan/ocr/
 | `dataset_params.config.augmentation`   | Whether to use data augmentation on the training set.                                  | `bool` | `True` (see [dedicated section](#data-augmentation)) |
 
 !!! warning
-
-The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`.
+    The variables `dataset_name`, `dataset_level`, `dataset_variant` and `dataset_path` must have values such that the data is located in `{dataset_path}/{dataset_name}_{dataset_level}{dataset_variant}`.
 
 ### Data preprocessing