瀏覽代碼

Fix typo in publishmd

Lukáš Kucharczyk 3 年之前
父節點
當前提交
9efc1ec4f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/publish.md

+ 1 - 1
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: