replaced   (#1129)

This commit is contained in:
mmetc 2021-12-28 10:32:46 +01:00 committed by GitHub
parent 6b13d73fca
commit 7126f8f0ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ func NewCompletionCmd() *cobra.Command {
$ source <(cscli completion bash)
` + "```" + `
### Zsh:
### Zsh:
` + "```shell" + `
# If shell completion is not already enabled in your environment,
# you will need to enable it. You can execute the following once:

View file

@ -27,7 +27,7 @@ Default buckets have two main configuration options:
* leakspeed: duration needed for an event to leak. When an event
leaks, it disappear from the bucket.
## Trigger
## Trigger
It's a special type of bucket with a zero capacity. Thus, when an
event is poured in a trigger, it always raises an overflow.