From fcc96039209f80d7a646f3371119ea477e37c8b6 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 9 Aug 2023 14:15:05 +0200 Subject: [PATCH] fix typo --- includes/rest/class-collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rest/class-collection.php b/includes/rest/class-collection.php index c59bc5d..3849594 100644 --- a/includes/rest/class-collection.php +++ b/includes/rest/class-collection.php @@ -83,7 +83,7 @@ class Collection { '@context' => array( 'https://www.w3.org/ns/activitystreams', array( - 'Hastag' => 'as:Hastag', + 'Hashtag' => 'as:Hashtag', ), ), 'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/tags', $user_id ) ),