Преглед изворни кода

chore: Update apps/emqx_authn/src/emqx_authn_user_import_api.erl

Co-authored-by: zhouzb <zhouzb@emqx.io>
zhongwencool пре 3 година
родитељ
комит
7261fbaa6b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/emqx_authn/src/emqx_authn_user_import_api.erl

+ 1 - 1
apps/emqx_authn/src/emqx_authn_user_import_api.erl

@@ -30,7 +30,7 @@
 
 % Swagger
 -define(API_TAGS_GLOBAL, [<<"authentication">>]).
--define(API_TAGS_SINGLE, [<<"listener authentication">>]).
+-define(API_TAGS_SINGLE, [<<"Listener authentication">>]).
 
 -export([
     api_spec/0,