Skip to content

Commit 55494af

Browse files
committed
doc(modules/WPLoader) add note about order of modules
1 parent b874311 commit 55494af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/WPLoader.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ When used in this mode, the module supports the following configuration paramete
312312

313313
!!! note
314314

315-
The order of the modules matters.
316-
In your suite configuratin file place the `WPDb` module **before** the `WPLoader` one.
315+
**The order of the modules matters.**
316+
In your suite configuratin file place the `WPDb` module **before** the `WPLoader` one to make sure the `WPDb` module will correctly set up the database fixture before the `WPLoader` modules attempts to load WordPress from it.
317317

318318
!!! warning
319319

0 commit comments

Comments
 (0)