From d35b53121ae00a5e0a87298152b43b9229aa8b85 Mon Sep 17 00:00:00 2001 From: Abhishek Mane Date: Sat, 17 Jan 2026 20:00:54 +0530 Subject: [PATCH] Fix hyphention in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c27999495f55..5de5f1a2b1244 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Welcome to the WordPress development repository! Please check out the [contribut ### Local development -WordPress is a PHP, MySQL, and JavaScript based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running. +WordPress is a PHP, MySQL, and JavaScript-based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running. You will need a basic understanding of how to use the command line on your computer. This will allow you to set up the local development environment, to start it and stop it when necessary, and to run the tests.