diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2021-11-21 17:36:37 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2021-11-21 17:36:37 +0100 |
commit | 106b5c26781dd1e92b6cd820b3dff41a27a4c4d2 (patch) | |
tree | b6cc22aa73dd1af16eddbbf8ffe770ac25fc34a4 | |
parent | 40414bf177c93b39d75c6091ef0ce1db093edb6f (diff) | |
download | pleroma-106b5c26781dd1e92b6cd820b3dff41a27a4c4d2.tar.gz pleroma-106b5c26781dd1e92b6cd820b3dff41a27a4c4d2.zip |
Fix a typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 2 |
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{ |