Skip to content

Commit 583e957

Browse files
committed
chore: fix typo in bot comments
1 parent b7ce518 commit 583e957

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/autoclose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
If you would prefer to avoid manual setup, you could also consider using a pre-configured [development container](https://github.com/stdlib-js/stdlib/tree/develop/.devcontainer) for use locally or in GitHub Codespaces.
6464
65-
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
65+
Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.
6666
6767
# Define a job which closes a pull request if a contributor failed to follow contributing guidelines:
6868
contributor_guidelines:
@@ -98,7 +98,7 @@ jobs:
9898
9999
If you would prefer to avoid manual setup, you could also consider using a pre-configured [development container](https://github.com/stdlib-js/stdlib/tree/develop/.devcontainer) for use locally or in GitHub Codespaces.
100100
101-
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
101+
Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.
102102
103103
# Define a job which closes a pull request if a contributor failed to follow project conventions:
104104
project_conventions:
@@ -138,7 +138,7 @@ jobs:
138138
139139
In short, the more effort you put in to ensure that your contribution looks and feels like stdlib—including variables names, bracket spacing, line breaks, etc—the more likely that your contribution will be reviewed and ultimately accepted. We encourage you to closely study the codebase **before** continuing to work on this pull request.
140140
141-
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
141+
Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.
142142
143143
# Define a job which closes a pull request if a pull request is considered spam:
144144
spam:
@@ -170,7 +170,7 @@ jobs:
170170
BODY: |
171171
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not meet the standards of this project.
172172
173-
Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions.
173+
Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.
174174
175175
# Lock pull request conversation:
176176
- name: 'Lock conversation'

.github/workflows/good_first_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
8080
In short, the more effort you put in to ensure that your contribution looks and feels like stdlib—including variables names, bracket spacing, line breaks, etc—the more likely that your contribution will be reviewed and ultimately accepted. We encourage you to closely study the codebase **before** beginning work on this issue.
8181
82-
:sparkles: Thank you again for your interest in stdlib, and we look forward to reviewing your future contriubtions. :sparkles:
82+
:sparkles: Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. :sparkles:

0 commit comments

Comments
 (0)