Merge pull request #7346 from lafirest/fix/spellcheck

fix(retainer): fix spellcheck in schema
This commit is contained in:
lafirest 2022-03-21 10:48:37 +08:00 committed by GitHub
commit 841024461c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ fields(limiter_opts) ->
, {burst, sc(burst_rate(), , {burst, sc(burst_rate(),
#{default => "0/0s", #{default => "0/0s",
desc => "The burst, This value is based on rate." 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"})} , {bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
]; ];