Skip to content

Commit 142f1a2

Browse files
committed
Fix some typos.
1 parent c0548be commit 142f1a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- 'tools/webpack/**'
3333
# These files configure Composer. Changes could affect the outcome.
3434
- 'composer.*'
35-
# This files affect the e2e tests. Changes could affect the outcome.
35+
# These files affect the e2e tests. Changes could affect the outcome.
3636
- 'tests/e2e/**'
3737
# Confirm any changes to relevant workflow files.
3838
- '.github/workflows/end-to-end-tests.yml'

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
- 'tools/webpack/**'
3232
# These files configure Composer. Changes could affect the outcome.
3333
- 'composer.*'
34-
# This files affect the performance tests. Changes could affect the outcome.
34+
# These files affect the performance tests. Changes could affect the outcome.
3535
- 'tests/performance/**'
3636
# Confirm any changes to relevant workflow files.
3737
- '.github/workflows/performance.yml'

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- 'Gruntfile.js'
3131
# These files configure Composer. Changes could affect the outcome.
3232
- 'composer.*'
33-
# This files affect the phpunit tests. Changes could affect the outcome.
33+
# These files affect the phpunit tests. Changes could affect the outcome.
3434
- 'phpunit.xml.dist'
3535
- 'tests/phpunit/**'
3636
# Confirm any changes to relevant workflow files.

0 commit comments

Comments
 (0)