aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2021-11-21 17:36:37 +0100
committermarcin mikołajczak <git@mkljczk.pl>2021-11-21 17:36:37 +0100
commit106b5c26781dd1e92b6cd820b3dff41a27a4c4d2 (patch)
treeb6cc22aa73dd1af16eddbbf8ffe770ac25fc34a4 /lib/pleroma/web/api_spec
parent40414bf177c93b39d75c6091ef0ce1db093edb6f (diff)
downloadpleroma-106b5c26781dd1e92b6cd820b3dff41a27a4c4d2.tar.gz
Fix a typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r--lib/pleroma/web/api_spec/operations/account_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex
index 6bec9f178..6cedada2c 100644
--- a/lib/pleroma/web/api_spec/operations/account_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/account_operation.ex
@@ -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{