Update overview.mdx

This commit is contained in:
James Mikrut
2021-08-02 17:17:56 -04:00
committed by GitHub
parent 02c7ef11be
commit 4b51e9d9a1

View File

@@ -76,9 +76,9 @@ export default config;
#### When Plugins are initialized
Payload Plugins are executed _after_ the incoming config is validated, sanitized, and default options are merged in.
Payload Plugins are executed _after_ the incoming config is validated, but before it is sanitized and had default options merged in.
However, after all plugins are executed, the full config with all plugins will be re-sanitized.
After all plugins are executed, the full config with all plugins will be sanitized.
## Simple example