Fix a typo
authormarcin mikołajczak <git@mkljczk.pl>
Sun, 21 Nov 2021 16:36:37 +0000 (17:36 +0100)
committermarcin mikołajczak <git@mkljczk.pl>
Sun, 21 Nov 2021 16:36:37 +0000 (17:36 +0100)
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
lib/pleroma/web/api_spec/operations/account_operation.ex

index 6bec9f1783dbc342ef50818885983d6b4e247818..6cedada2c84ca7d44a81d2a71f0c29b702df2ea0 100644 (file)
@@ -789,7 +789,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
   defp note_request do
     %Schema{
       title: "AccountNoteRequest",
-      description: "POST body for adding anote for an account",
+      description: "POST body for adding a note for an account",
       type: :object,
       properties: %{
         comment: %Schema{