forked from AkkomaGang/akkoma
Fix a typo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
40414bf177
commit
106b5c2678
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ defp mute_request do
|
||||||
defp note_request do
|
defp note_request do
|
||||||
%Schema{
|
%Schema{
|
||||||
title: "AccountNoteRequest",
|
title: "AccountNoteRequest",
|
||||||
description: "POST body for adding anote for an account",
|
description: "POST body for adding a note for an account",
|
||||||
type: :object,
|
type: :object,
|
||||||
properties: %{
|
properties: %{
|
||||||
comment: %Schema{
|
comment: %Schema{
|
||||||
|
|
Loading…
Reference in a new issue