Skip to content

Commit b566e67

Browse files
authored
docs: fix spelling in example notification templates (#2554)
Signed-off-by: Clayton Walker <[email protected]>
1 parent 5479229 commit b566e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/notifications-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ data:
217217
template.scaling-replicaset: |
218218
message: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
219219
email:
220-
subject: Scaling Rollout {{.rollout.metadata.name}}'s replcaset to {{.rollout.spec.replicas}}.
220+
subject: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
221221
slack:
222222
attachments: |
223223
[{

manifests/notifications/on-scaling-replica-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data:
88
template.scaling-replicaset: |
99
message: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
1010
email:
11-
subject: Scaling Rollout {{.rollout.metadata.name}}'s replcaset to {{.rollout.spec.replicas}}.
11+
subject: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
1212
slack:
1313
attachments: |
1414
[{

0 commit comments

Comments
 (0)