Browse Source

docs: fix a typo in changelog

Zaiming (Stone) Shi 3 years ago
parent
commit
5f5f34bd94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      changes/v5.0.15/fix-9765.en.md

+ 1 - 1
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`
 e.g. `EMQX_FOOBAR__PASSWORD=12344` or `emqx.foobar.password=1234`
 would result in a type check error, unless quoted as:
 would result in a type check error, unless quoted as:
 `EMQX_FOOBAR__PASSWORD='"12344"'` or `emqx.foobar.password="1234"`.
 `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.