Преглед изворни кода

Merge pull request #618 from KucharczykL/patch-1

Fix typo in publish.md
Philipp C. Heckel пре 3 година
родитељ
комит
c9a5d00b89
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: