aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-08-05 19:33:51 +0000
committerAlex Gleason <alex@alexgleason.me>2020-08-05 19:33:51 +0000
commit24ce9c011caf7401fb261c7df4196b2ef9ba3d90 (patch)
tree911f1fc00aecc3b700ca295637dec764613c0aa6
parentcc196e2cd57966889021342405ebc8fd0763e83a (diff)
downloadpleroma-24ce9c011caf7401fb261c7df4196b2ef9ba3d90.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r--lib/pleroma/web/api_spec/operations/timeline_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/timeline_operation.ex b/lib/pleroma/web/api_spec/operations/timeline_operation.ex
index 83cdbad69..95720df9f 100644
--- a/lib/pleroma/web/api_spec/operations/timeline_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/timeline_operation.ex
@@ -169,7 +169,7 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do
end
defp with_muted_param do
- Operation.parameter(:with_muted, :query, BooleanLike, "Includeactivities by muted users")
+ Operation.parameter(:with_muted, :query, BooleanLike, "Include activities by muted users")
end
defp exclude_visibilities_param do