Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
authorlain <lain@soykaf.club>
Thu, 14 May 2020 09:09:11 +0000 (09:09 +0000)
committerlain <lain@soykaf.club>
Thu, 14 May 2020 09:09:11 +0000 (09:09 +0000)
lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex

index 9280d5d81445439c13cd8bfdb7332c9c2b81d02e..435991037fd23f6d10370d7b84aab852554c802d 100644 (file)
@@ -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"]}],