Apply suggestion to lib/pleroma/web/api_spec/operations/pleroma_account_operation.ex
[akkoma] / lib / pleroma / web / api_spec / operations / pleroma_account_operation.ex
index af231b4a813ccca111711c918e257554e55b7e28..435991037fd23f6d10370d7b84aab852554c802d 100644 (file)
@@ -20,7 +20,7 @@ defmodule Pleroma.Web.ApiSpec.PleromaAccountOperation do
   def confirmation_resend_operation do
     %Operation{
       tags: ["Accounts"],
-      summary: "Resend confirmation email. Expects `email` or `nic`",
+      summary: "Resend confirmation email. Expects `email` or `nickname`",
       operationId: "PleromaAPI.AccountController.confirmation_resend",
       parameters: [
         Operation.parameter(:email, :query, :string, "Email of that needs to be verified",
@@ -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"]}],