Skip to content

Commit b48c87d

Browse files
authored
docs: fix typos and misspellings in descriptions (#530)
1 parent 5ae53f9 commit b48c87d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Actions jobs that execute what are effectively integration tests for this GitHub
2626

2727
Actions that run the integration tests on PRs from a fork will require approval before running.
2828
These checks use stored secrets so the changes should be reviewed before approving the workflow to
29-
avoid accidently leaking tokens!
29+
avoid accidentally leaking tokens!
3030

3131
### Releasing
3232

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
description: "Attributes that create the content of the request using JSON or YAML."
1717
required: false
1818
payload-delimiter:
19-
description: "Field seperator for nested attributes in the input payload."
19+
description: "Field separator for nested attributes in the input payload."
2020
required: false
2121
payload-file-path:
2222
description: "Path to a file containing a valid input payload made of JSON or YAML."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slack-github-action",
33
"version": "2.1.1",
4-
"description": "The official Slack Github Action. Use this to send data into your Slack workspace",
4+
"description": "The official Slack GitHub Action. Use this to send data into your Slack workspace",
55
"main": "dist/index.js",
66
"type": "module",
77
"scripts": {

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class Config {
4444
* @property {boolean} errors - If the job should exit after errors or succeed.
4545
* @property {string?} method - The Slack API method to call.
4646
* @property {string?} payload - Request contents from the provided input.
47-
* @property {string?} payloadDelimiter - Seperators of nested attributes.
47+
* @property {string?} payloadDelimiter - Separators of nested attributes.
4848
* @property {string?} payloadFilePath - Location of a JSON request payload.
4949
* @property {boolean} payloadTemplated - If templated values are replaced.
5050
* @property {string?} proxy - An optional proxied connection for requests.

0 commit comments

Comments
 (0)