fix(retainer): fix spellcheck in schema

This commit is contained in:
firest 2022-03-21 10:07:22 +08:00
parent a85b31d904
commit 8e5c118562
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ fields(limiter_opts) ->
, {burst, sc(burst_rate(),
#{default => "0/0s",
desc => "The burst, This value is based on rate."
"this value + rate = the maximum limit that can be achieved when limiter burst"
" This value + rate = the maximum limit that can be achieved when limiter burst"
})}
, {bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
];