fix(limiter): fix spellcheck error

This commit is contained in:
firest 2022-07-26 15:16:53 +08:00
parent bcc78950a9
commit bc716884e0
1 changed files with 8 additions and 0 deletions

View File

@ -193,6 +193,14 @@ desc(bucket_opts) ->
"Settings for the bucket."; "Settings for the bucket.";
desc(client_opts) -> desc(client_opts) ->
"Settings for the client in bucket level."; "Settings for the client in bucket level.";
desc(client_fields) ->
"Fields of the client level.";
desc(listener_fields) ->
"Fields of the listener.";
desc(listener_client_fields) ->
"Fields of the client level of the listener.";
desc(internal) ->
"Internal limiter.";
desc(_) -> desc(_) ->
undefined. undefined.