From 9efc1ec4f602c3783fd85cc3c36feff3e27d2317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 18 Feb 2023 12:30:10 +0100 Subject: [PATCH] Fix typo in publishmd --- docs/publish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish.md b/docs/publish.md index d0071fd4..8a728f31 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -2930,7 +2930,7 @@ Here's an example using the `auth` query parameter: ])); ``` -To generate the value of the `auth` parameter, encode the value of the `Authorization` header (see anove) using +To generate the value of the `auth` parameter, encode the value of the `Authorization` header (see above) using **raw base64 encoding** (like base64, but strip any trailing `=`). Here's some pseudo-code that hopefully explains it better: