Fix typo
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 19 May 2020 10:59:50 +0000 (14:59 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 19 May 2020 10:59:50 +0000 (14:59 +0400)
docs/API/pleroma_api.md
lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex

index 5895613a3d9d24317d4083f86ffdf0b8dca08796..8cdd5808c9af299d7bec06497a37a2882a3047e8 100644 (file)
@@ -426,7 +426,7 @@ The status posting endpoint takes an additional parameter, `in_reply_to_conversa
 * Authentication: required
 * Params:
   * `file`: file needs to be uploaded with the multipart request or link to remote file.
-  * `shortcode`: (*optional*) shortcode for new emoji, must be uniq for all emoji. If not sended, shortcode will be taken from original filename.
+  * `shortcode`: (*optional*) shortcode for new emoji, must be unique for all emoji. If not sended, shortcode will be taken from original filename.
   * `filename`: (*optional*) new emoji file name. If not specified will be taken from original filename.
 * Response: JSON, list of files for updated pack (hashmap -> shortcode => filename) with status 200, either error status with error message.
 
index 4391279352a994d31d61c70434b4b3ee489f0ea1..567688ff50d68210eaf0924824da074eb81143cf 100644 (file)
@@ -179,7 +179,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaEmojiPackOperation do
         shortcode: %Schema{
           type: :string,
           description:
-            "Shortcode for new emoji, must be uniq for all emoji. If not sended, shortcode will be taken from original filename."
+            "Shortcode for new emoji, must be unique for all emoji. If not sended, shortcode will be taken from original filename."
         },
         filename: %Schema{
           type: :string,