소스 검색

fix(typo): fix typo in webhook resource

zhouzb 4 년 전
부모
커밋
3d9054d25e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/emqx_web_hook/src/emqx_web_hook_actions.erl

+ 1 - 1
apps/emqx_web_hook/src/emqx_web_hook_actions.erl

@@ -57,7 +57,7 @@
                          type => string,
                          default => <<"5s">>,
                          title => #{en => <<"Request Timeout">>,
-                                    zh => <<"请求超时时间时间"/utf8>>},
+                                    zh => <<"请求超时时间"/utf8>>},
                          description => #{en => <<"Request Timeout In Seconds">>,
                                           zh => <<"请求超时时间"/utf8>>}},
     pool_size => #{order => 4,