diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-20 10:59:08 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-20 10:59:08 +0000 |
commit | b5f13af7ba66924f6aed448bd519f6becc269922 (patch) | |
tree | bc266ab16b67274149138f25dd89db41eaf867eb /lib/pleroma/web/api_spec | |
parent | 0e789bc55fed24fd913d6bf1a5c6be135320b0c9 (diff) | |
download | pleroma-b5f13af7ba66924f6aed448bd519f6becc269922.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex index caa849721..b2b4f8713 100644 --- a/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex +++ b/lib/pleroma/web/api_spec/operations/pleroma_emoji_pack_operation.ex @@ -70,7 +70,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaEmojiPackOperation do :page_size, :query, %Schema{type: :integer, default: 30}, - "Number of statuses to return" + "Number of emoji to return" ) ], responses: %{ |