diff --git a/doc/doc_en/knowledge_distillation_en.md b/doc/doc_en/knowledge_distillation_en.md
index a13e6a6f130c57eb9f052d9909ecf9ae2319a226..86c866345484300626a548bbfa660b888803d469 100755
--- a/doc/doc_en/knowledge_distillation_en.md
+++ b/doc/doc_en/knowledge_distillation_en.md
@@ -12,7 +12,7 @@
- [2.1.3 Post-processing](#213)
- [2.1.4 Metric Calculation](#214)
- [2.1.5 Fine-tuning Distillation Model](#215)
- + [2.2 Detection Configuration File Analysis](#22)
+ + [2.2 Detection Model Configuration File Analysis](#22)
@@ -311,6 +311,6 @@ paddle.save(s_params, "ch_PP-OCRv2_rec_train/student.pdparams")
After the extraction is complete, use [ch_PP-OCRv2_rec.yml](../../configs/rec/ch_PP-OCRv2/ch_PP-OCRv2_rec.yml) to modify the path of the pre-trained model (the path of the exported `student.pdparams` model) and your own data path to fine-tune the model.
-### 2.2 Detection Configuration File Analysis
+### 2.2 Detection Model Configuration File Analysis
- coming soon!