Fix a typo

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-11-21 17:36:37 +01:00
parent 40414bf177
commit 106b5c2678
1 changed files with 1 additions and 1 deletions

View 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{