diff --git a/doc/ui/api/trainer_config_helpers/layers.html b/doc/ui/api/trainer_config_helpers/layers.html
index ed4c24e561ba2ac1f4473385945be9293a25d4e9..ce64b46abb938597208a958485db7fc383568f48 100644
--- a/doc/ui/api/trainer_config_helpers/layers.html
+++ b/doc/ui/api/trainer_config_helpers/layers.html
@@ -281,7 +281,7 @@ support GPU mode.
filter_size_y (int) – The y dimension of a filter kernel. Since
PaddlePaddle now supports rectangular filters,
the filter’s shape can be (filter_size, filter_size_y).
-num_filter (int) – channel of output data.
+num_filters (int) – channel of output data.
num_channel (int) – channel of input data.
stride (int) – The x dimension of the stride.
stride_y (int) – The y dimension of the stride.