Skip to content

Commit 22414d1

Browse files
committed
Fixed typo.
1 parent 750378f commit 22414d1

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.changeset/lazy-tools-vanish.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/create-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 18.x. # Min version required by the repo
38+
node-version: 18.x # Min version required by the repo
3939

4040
- name: Setup pnpm
4141
uses: pnpm/action-setup@v3

plugins/hwp-previews/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tests are organized into suites for integration (wpunit), functional, and accept
1111
- **functional**: Simulates web requests, runs WordPress in a test environment.
1212
- **acceptance**: Browser-based tests (WPBrowser/WPWebDriver).
1313

14-
Configuration files for each suite are in the `tests/` directory (e.g., `unit.suite.dist.yml`, `wpunit.suite.dist.yml`).
14+
Configuration files for each suite are in the `tests/` directory (e.g., `wpunit.suite.dist.yml`).
1515

1616
---
1717

0 commit comments

Comments
 (0)