From 4ee33a54b5803339427c8e88f05fa2235d888355 Mon Sep 17 00:00:00 2001 From: Chee Aun Date: Fri, 7 Apr 2023 15:01:21 +0800 Subject: [PATCH] Fix typo s/statuses/accounts (#1196) --- content/en/methods/statuses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/statuses.md b/content/en/methods/statuses.md index 87c59baf..55596d89 100644 --- a/content/en/methods/statuses.md +++ b/content/en/methods/statuses.md @@ -630,7 +630,7 @@ limit #### Response ##### 200: OK -A list of statuses that boosted the status +A list of accounts that boosted the status ```json [ @@ -1856,4 +1856,4 @@ Status does not exist or is private. {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/statuses/reblogs_controller.rb" caption="app/controllers/api/v1/statuses/reblogs_controller.rb" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/statuses/sources_controller.rb" caption="app/controllers/api/v1/statuses/sources_controller.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/statuses/sources_controller.rb" caption="app/controllers/api/v1/statuses/sources_controller.rb" >}}