Просмотр исходного кода

docs: Apply remark

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
Dmitrii 3 лет назад
Родитель
Сommit
fa8ab06368
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_dashboard/src/emqx_dashboard_schema.erl

+ 1 - 1
apps/emqx_dashboard/src/emqx_dashboard_schema.erl

@@ -41,7 +41,7 @@ but use the same port."})}
     , {sample_interval, sc(emqx_schema:duration_s(),
                            #{ default => "10s"
                             , desc => "How often to update metrics displayed in the dashboard.<br/>"
-                                      "Note: `sample_interval` should be divisible by 60."
+                                      "Note: `sample_interval` should be a divisor of 60."
                             })}
     , {token_expired_time, sc(emqx_schema:duration(),
                               #{ default => "30m"