瀏覽代碼

replaced   (#1129)

mmetc 3 年之前
父節點
當前提交
7126f8f0ff
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      cmd/crowdsec-cli/completion.go
  2. 1 1
      pkg/leakybucket/README.md

+ 1 - 1
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:

+ 1 - 1
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.