From b860537a0cf63fadb22816308b225d0c5514c013 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:16:15 +0000 Subject: [PATCH] Fix typo: writeable -> writable Agent-Logs-Url: https://github.com/wp-cli/handbook/sessions/a6c91662-b9c7-48ce-b9c7-81afecc320e2 Co-authored-by: thelovekesh <54371619+thelovekesh@users.noreply.github.com> --- how-to/plugin-unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/plugin-unit-tests.md b/how-to/plugin-unit-tests.md index 59486b41..ef9896fe 100644 --- a/how-to/plugin-unit-tests.md +++ b/how-to/plugin-unit-tests.md @@ -73,4 +73,4 @@ Second, the `bin/install-wp-tests.sh` script doesn't work directly in Windows. W Third, the bash installation script uses `which`, a Linux command not available by default in Windows. `cURL`, `svn` and `wget` all can be installed in Windows as separate packages. -Lastly, sometimes the bash script fails to build WordPress because of how it uses tmp folders. If it fails, then you can manually install WordPress to a writeable directory, and then manually create `wp-tests-config.php`. +Lastly, sometimes the bash script fails to build WordPress because of how it uses tmp folders. If it fails, then you can manually install WordPress to a writable directory, and then manually create `wp-tests-config.php`.