From 7126f8f0ff541ac734f84774d723794ff51ba40f Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:32:46 +0100 Subject: [PATCH] replaced   (#1129) --- cmd/crowdsec-cli/completion.go | 2 +- pkg/leakybucket/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/crowdsec-cli/completion.go b/cmd/crowdsec-cli/completion.go index db6f4be4b..056c5c103 100644 --- a/cmd/crowdsec-cli/completion.go +++ b/cmd/crowdsec-cli/completion.go @@ -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: diff --git a/pkg/leakybucket/README.md b/pkg/leakybucket/README.md index 770ec8088..17b823a3c 100644 --- a/pkg/leakybucket/README.md +++ b/pkg/leakybucket/README.md @@ -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.