diff options
author | minibikini <egor@kislitsyn.com> | 2020-05-01 12:46:53 +0000 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-05 17:24:40 +0400 |
commit | 3817f179d777058259324d2e300780da06cce460 (patch) | |
tree | 94e166bd0142416eefc26c47b825fffc00cae17e | |
parent | b5189d2c50929aa67293e2e39ca020bad43f5f8b (diff) | |
download | pleroma-3817f179d777058259324d2e300780da06cce460.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/instance_operation.ex
-rw-r--r-- | lib/pleroma/web/api_spec/operations/instance_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/instance_operation.ex b/lib/pleroma/web/api_spec/operations/instance_operation.ex index 9407fa74d..5644cb54d 100644 --- a/lib/pleroma/web/api_spec/operations/instance_operation.ex +++ b/lib/pleroma/web/api_spec/operations/instance_operation.ex @@ -46,7 +46,7 @@ defmodule Pleroma.Web.ApiSpec.InstanceOperation do }, version: %Schema{ type: :string, - description: "The version of Mastodon installed on the instance" + description: "The version of Pleroma installed on the instance" }, email: %Schema{ type: :string, |