From f568b8c2875e631122474d6c27a6e1376432c10e Mon Sep 17 00:00:00 2001 From: Jeremy Pry Date: Thu, 8 Aug 2024 09:58:50 -0500 Subject: [PATCH 1/2] Fix small typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 617de7074..fcf2cc1d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ You can use wp-browser to test WordPress sites, plugins and themes. -An easy and quick setup, with a default configuration that will work for most projects, run end-to-end tests, integration tests and unit tests all wit the same tool. +An easy and quick setup, with a default configuration that will work for most projects, run end-to-end tests, integration tests and unit tests all with the same tool. > This document refers to version `4` of the project. > If you're using version `3` or version `3.5`, and are looking for the migration and troubleshooting guide, you can find it [here][6] From 0479c10a50f67ee8b85f1589303c26b51f1e17ff Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Fri, 9 Aug 2024 10:09:07 +0200 Subject: [PATCH 2/2] doc(modules/WPLoader.md) fix another typo --- docs/modules/WPLoader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/WPLoader.md b/docs/modules/WPLoader.md index be9d825fa..545bbc9a2 100644 --- a/docs/modules/WPLoader.md +++ b/docs/modules/WPLoader.md @@ -270,7 +270,7 @@ your site to run tests using the default configuration based on PHP built-in ser ## Configuration with loadOnly: true -The module will load WordPress from the location specified by the `wpRootFodler` parameter, relying +The module will load WordPress from the location specified by the `wpRootFolder` parameter, relying on [the WPDb module](WPDb.md) to manage the database state. When used in this mode, the module supports the following configuration parameters: