From 9b660bb1527984448d31e287f6a5f5322caec786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= Date: Wed, 31 Jul 2024 19:22:41 +0200 Subject: [PATCH] featured_tags API methods: Fix typo (#1494) --- content/en/methods/featured_tags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/featured_tags.md b/content/en/methods/featured_tags.md index 15ad5c31..5317bd9b 100644 --- a/content/en/methods/featured_tags.md +++ b/content/en/methods/featured_tags.md @@ -125,7 +125,7 @@ If `name` is not a valid hashtag, e.g. contains illegal characters or only numbe --- -## Unfeature a tag {unfeature} +## Unfeature a tag {#unfeature} ```http DELETE /api/v1/featured_tags/:id HTTP/1.1 @@ -309,4 +309,4 @@ Invalid or missing Authorization header. {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags_controller.rb" caption="app/controllers/api/v1/featured_tags_controller.rb" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags/suggestions_controller.rb" caption="app/controllers/api/v1/featured_tags/suggestions_controller.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags/suggestions_controller.rb" caption="app/controllers/api/v1/featured_tags/suggestions_controller.rb" >}}