Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Nov 25, 2015
1 parent 8cdc05b commit 25f4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultMessageTmpl = "{{ .ID }} is {{ .Level }}"
// An AlertNode can trigger an event of varying severity levels,
// and pass the event to alert handlers. The criteria for triggering
// an alert is specified via a [lambda expression](https://influxdb.com/docs/kapacitor/v0.1/tick/expr.html).
// See AlertNode.Info, AlertNode.Warn, and AlertNode.Cirt below.
// See AlertNode.Info, AlertNode.Warn, and AlertNode.Crit below.
//
// Different event handlers can be configured for each AlertNode.
// Some handlers like Email, Slack, VictorOps and PagerDuty have a configuration
Expand Down

0 comments on commit 25f4549

Please sign in to comment.