diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2021-11-21 18:17:06 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2021-11-21 18:17:06 +0100 |
commit | 8e040e098b1176098123e52608a9a73adec2b5e5 (patch) | |
tree | ed1afd54ad192b9fb2523a65c74ab67ed3b0f7bd /lib/pleroma/web/api_spec | |
parent | cb76faece99c706685b71ad5a13943036b481645 (diff) | |
download | pleroma-8e040e098b1176098123e52608a9a73adec2b5e5.tar.gz |
Lint
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.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 6cedada2c..4aca16e72 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -794,7 +794,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do properties: %{ comment: %Schema{ type: :string, - description: "Account note body", + description: "Account note body" } }, example: %{ |