Skip to content

Commit 1006a2c

Browse files
committed
Add missing coma
Signed-off-by: Neraud <neraud.login@gmail.com>
1 parent 48bb6f6 commit 1006a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/node-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
(node_nf_conntrack_entries / node_nf_conntrack_entries_limit) > 0.75
191191
||| % $._config,
192192
annotations: {
193-
summary: 'Number of conntrack are getting close to the limit'
193+
summary: 'Number of conntrack are getting close to the limit',
194194
description: '{{ $value | humanizePercentage }} of conntrack entries are used',
195195
},
196196
labels: {

0 commit comments

Comments
 (0)