From 5da5ce1aae69dde2034e147f563ed9b302970b3c Mon Sep 17 00:00:00 2001 From: zmstone Date: Sat, 8 Jun 2024 18:05:14 +0200 Subject: [PATCH] docs: fix a typo in change log --- changes/ce/fix-13164.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-13164.en.md b/changes/ce/fix-13164.en.md index c0ce937da..9db83b5df 100644 --- a/changes/ce/fix-13164.en.md +++ b/changes/ce/fix-13164.en.md @@ -3,4 +3,4 @@ Fix HTTP authorization request body encoding. Prior to this fix, the HTTP authorization request body encoding format was taken from the `accept` header. The fix is to respect the `content-type` header instead. Also added `access` templating variable for v4 compatibility. -The access code of SUBSCRIBE action is `1` and SUBSCRIBE action is `2`. +The access code of SUBSCRIBE action is `1` and PUBLISH action is `2`.