From 4ebbe814386102377870959129e831a3b20133c1 Mon Sep 17 00:00:00 2001 From: suinia Date: Sat, 20 Feb 2021 17:55:49 +0800 Subject: [PATCH] docs: fix typo (#4596) --- docs/source/en/core/logger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/core/logger.md b/docs/source/en/core/logger.md index 19cf2a2a0f..e1cf25d824 100644 --- a/docs/source/en/core/logger.md +++ b/docs/source/en/core/logger.md @@ -165,7 +165,7 @@ exports.logger = { #### Debug Log in Production Environment -To avoid some plugin's DEBUG logs printing in the production environment causing performance problems, the production environment prohibits printing DEBUG-level logs by default. If there is a need to print DEBUG logs for debugging in the production environment, you need to set `allowDebugAtProd` configuration to `ture`. +To avoid some plugin's DEBUG logs printing in the production environment causing performance problems, the production environment prohibits printing DEBUG-level logs by default. If there is a need to print DEBUG logs for debugging in the production environment, you need to set `allowDebugAtProd` configuration to `true`. ```js // config/config.prod.js