Merge pull request #618 from KucharczykL/patch-1

Fix typo in publish.md
This commit is contained in:
Philipp C. Heckel 2023-02-18 07:40:02 -05:00 committed by GitHub
commit c9a5d00b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: