Skip to content

Commit f189f7e

Browse files
Spelling (#220)
* spelling: available Signed-off-by: Josh Soref <[email protected]> * spelling: configuration Signed-off-by: Josh Soref <[email protected]> * spelling: emoji Signed-off-by: Josh Soref <[email protected]> * spelling: environment Signed-off-by: Josh Soref <[email protected]> * spelling: github Signed-off-by: Josh Soref <[email protected]> * spelling: notification Signed-off-by: Josh Soref <[email protected]> * spelling: overridden Signed-off-by: Josh Soref <[email protected]> * spelling: successfully Signed-off-by: Josh Soref <[email protected]> * spelling: unmarshal Signed-off-by: Josh Soref <[email protected]> * spelling: variable or Signed-off-by: Josh Soref <[email protected]> * spelling: variables are Signed-off-by: Josh Soref <[email protected]> * spelling: webhook Signed-off-by: Josh Soref <[email protected]> --------- Signed-off-by: Josh Soref <[email protected]> Co-authored-by: pasha-codefresh <[email protected]>
1 parent 2d2d1a7 commit f189f7e

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

docs/services/awssqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
This notification service is capable of sending simple messages to AWS SQS queue.
66

7-
* `queue` - name of the queue you are intending to send messages to. Can be overwriten with target destination annotation.
7+
* `queue` - name of the queue you are intending to send messages to. Can be overridden with target destination annotation.
88
* `region` - region of the sqs queue can be provided via env variable AWS_DEFAULT_REGION
99
* `key` - optional, aws access key must be either referenced from a secret via variable or via env variable AWS_ACCESS_KEY_ID
10-
* `secret` - optional, aws access secret must be either referenced from a secret via variableor via env variable AWS_SECRET_ACCESS_KEY
10+
* `secret` - optional, aws access secret must be either referenced from a secret via variable or via env variable AWS_SECRET_ACCESS_KEY
1111
* `account` optional, external accountId of the queue
1212
* `endpointUrl` optional, useful for development with localstack
1313

@@ -63,7 +63,7 @@ stringData:
6363
6464
### Minimal configuration using AWS Env variables
6565
66-
Ensure following list of enviromental variable is injected via OIDC, or other method. And assuming SQS is local to the account.
66+
Ensure following list of environment variables are injected via OIDC, or other method. And assuming SQS is local to the account.
6767
You may skip usage of secret for sensitive data and omit other parameters. (Setting parameters via ConfigMap takes precedent.)
6868
6969
Variables:

docs/services/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ template.app-deployed: |
8787
- If `github.repoURLPath` and `github.revisionPath` are same as above, they can be omitted.
8888
- Automerge is optional and `true` by default for github deployments to ensure the requested ref is up to date with the default branch.
8989
Setting this option to `false` is required if you would like to deploy older refs in your default branch.
90-
For more information see the [Github Deployment API Docs](https://docs.github.com/en/rest/deployments/deployments?apiVersion=2022-11-28#create-a-deployment).
90+
For more information see the [GitHub Deployment API Docs](https://docs.github.com/en/rest/deployments/deployments?apiVersion=2022-11-28#create-a-deployment).
9191
- If `github.pullRequestComment.content` is set to 65536 characters or more, it will be truncated.

docs/services/googlechat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ It is possible send both simple text and card messages in a chat thread by speci
8989

9090
```yaml
9191
template.app-sync-succeeded: |
92-
message: The app {{ .app.metadata.name }} has succesfully synced!
92+
message: The app {{ .app.metadata.name }} has successfully synced!
9393
googlechat:
9494
threadKey: {{ .app.metadata.name }}
9595
```

docs/services/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ template.app-sync-succeeded: |
113113

114114
### summary field
115115

116-
You can set a summary of the message that will be shown on Notifcation & Activity Feed
116+
You can set a summary of the message that will be shown on Notification & Activity Feed
117117

118118
![](https://user-images.githubusercontent.com/6957724/116587921-84c4d480-a94d-11eb-9da4-f365151a12e7.jpg)
119119

docs/services/webhook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Webhook
22

33
The webhook notification service allows sending a generic HTTP request using the templatized request body and URL.
4-
Using Webhook you might trigger a Jenkins job, update Github commit status.
4+
Using Webhook you might trigger a Jenkins job, update GitHub commit status.
55

66
## Parameters
77

88
The Webhook notification service configuration includes following settings:
99

1010
- `url` - the url to send the webhook to
1111
- `headers` - optional, the headers to pass along with the webhook
12-
- `basicAuth` - optional, the basic authentication to pass along with the webook
12+
- `basicAuth` - optional, the basic authentication to pass along with the webhook
1313
- `insecureSkipVerify` - optional bool, true or false
1414

1515
## Configuration
@@ -67,7 +67,7 @@ metadata:
6767
6868
## Examples
6969
70-
### Set Github commit status
70+
### Set GitHub commit status
7171
7272
```yaml
7373
apiVersion: v1

examples/certmanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func main() {
143143

144144
The full source code is available in [cli/main.go](./cli/main.go). Use the following command:
145145

146-
* to list avilable templates:
146+
* to list available templates:
147147

148148
```
149149
go run examples/certmanager/cli/main.go template get --config-map ./examples/certmanager/config.yaml --secret :empty

pkg/services/pagerduty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ func (p pagerdutyService) Send(notification Notification, dest Destination) erro
100100
log.Errorf("Error: %v", err)
101101
return err
102102
}
103-
log.Debugf("Incident created Succesfully. Incident Number: %v, IncidentKey:%v, incident.ID: %v, incident.Title: %v", incident.IncidentNumber, incident.IncidentKey, incident.ID, incident.Title)
103+
log.Debugf("Incident created Successfully. Incident Number: %v, IncidentKey:%v, incident.ID: %v, incident.Title: %v", incident.IncidentNumber, incident.IncidentKey, incident.ID, incident.Title)
104104
return nil
105105
}

pkg/services/pagerdutyv2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (p pagerdutyV2Service) Send(notification Notification, dest Destination) er
129129
log.Errorf("Error: %v", err)
130130
return err
131131
}
132-
log.Debugf("PagerDuty event triggered succesfully. Status: %v, Message: %v", response.Status, response.Message)
132+
log.Debugf("PagerDuty event triggered successfully. Status: %v, Message: %v", response.Status, response.Message)
133133
return nil
134134
}
135135

pkg/services/rocketchat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (r *rocketChatService) Send(notification Notification, dest Destination) er
8282
if validEmoji.MatchString(r.opts.Icon) {
8383
message.Emoji = r.opts.Icon
8484
} else {
85-
log.Warnf("Icon reference '%v' is not a valid emoij", r.opts.Icon)
85+
log.Warnf("Icon reference '%v' is not a valid emoji", r.opts.Icon)
8686
}
8787
}
8888
if r.opts.Avatar != "" {

pkg/services/slack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func buildMessageOptions(notification Notification, dest Destination, opts Slack
104104
} else if isValidIconURL(opts.Icon) {
105105
msgOptions = append(msgOptions, slack.MsgOptionIconURL(opts.Icon))
106106
} else {
107-
log.Warnf("Icon reference '%v' is not a valid emoij or url", opts.Icon)
107+
log.Warnf("Icon reference '%v' is not a valid emoji or url", opts.Icon)
108108
}
109109
}
110110
if notification.Slack != nil {

0 commit comments

Comments
 (0)