From aec6dff40235e6cb8b79014322cfe01402226655 Mon Sep 17 00:00:00 2001 From: Neycho Kalaydzhiev <45290296+Neychok@users.noreply.github.com> Date: Sun, 23 Apr 2023 00:54:23 +0300 Subject: [PATCH] Fixing a type in the README.md "Your WordPress site will accessible at http://localhost:8889." should be "Your WordPress site will be accessible at http://localhost:8889." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff47d75461175..14e6dceac3aa0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ npm run env:start npm run env:install ``` -Your WordPress site will accessible at http://localhost:8889. You can see or change configurations in the `.env` file located at the root of the project directory. +Your WordPress site will be accessible at http://localhost:8889. You can see or change configurations in the `.env` file located at the root of the project directory. #### To watch for changes