From: marcin mikołajczak Date: Sun, 21 Nov 2021 16:36:37 +0000 (+0100) Subject: Fix a typo X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=106b5c26781dd1e92b6cd820b3dff41a27a4c4d2;p=akkoma Fix a typo Signed-off-by: marcin mikołajczak --- 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{