summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-14 09:09:11 +0000
committerlain <lain@soykaf.club>2020-05-14 09:09:11 +0000
commit359d7b0a6d41df8b42c1c495a5b97420c4a943a7 (patch)
tree0ccc62489be69b9b1f1de8dcfe9d803cd1f90bbe
parent1c2629328de05b53412b52cf16de6bc0059acee9 (diff)
Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
-rw-r--r--lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
index 9280d5d81..435991037 100644
--- a/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
@@ -119,7 +119,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaAccountOperation do
def unsubscribe_operation do
%Operation{
tags: ["Accounts"],
- summary: "Unsubscribe to stop receiving notifications from user statuses¶",
+ summary: "Unsubscribe to stop receiving notifications from user statuses",
operationId: "PleromaAPI.AccountController.unsubscribe",
parameters: [id_param()],
security: [%{"oAuth" => ["follow", "write:follows"]}],