From 5f5f34bd94e1aed47760ee16f4fecfac587ba6a0 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 18 Jan 2023 14:47:23 +0100 Subject: [PATCH] docs: fix a typo in changelog --- changes/v5.0.15/fix-9765.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/v5.0.15/fix-9765.en.md b/changes/v5.0.15/fix-9765.en.md index 8c1ed4ad1..7de7e55f3 100644 --- a/changes/v5.0.15/fix-9765.en.md +++ b/changes/v5.0.15/fix-9765.en.md @@ -3,4 +3,4 @@ Prior to this change, config values for passwords are not allowed to be decimals e.g. `EMQX_FOOBAR__PASSWORD=12344` or `emqx.foobar.password=1234` would result in a type check error, unless quoted as: `EMQX_FOOBAR__PASSWORD='"12344"'` or `emqx.foobar.password="1234"`. -After this fix, the value does not have to be auoted. +After this fix, the value does not have to be quoted.