diff --git a/CHANGELOG b/CHANGELOG index ac84198cb..ca4f0ef20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2766,7 +2766,7 @@ Bugfixes: - Downgraded channels dependency to 2.1.6 to fix denied uploads (#697) - Fixed cards display issues on medium/small screens (#707) -- Fixed Embed component name that could lead to issue when developping on OSX (#696) +- Fixed Embed component name that could lead to issue when developing on OSX (#696) - Fixed resizing issues for album cards on artist pages (#694) @@ -4357,7 +4357,7 @@ deployed in various projects and supported by numerous clients. By offering this API in Funkwhale, we make it possible to access the instance library and listen to the music without from existing Subsonic clients, and -without developping our own alternative clients for each and every platform. +without developing our own alternative clients for each and every platform. Most advanced Subsonic clients support offline caching of music files, playlist management and search, which makes them well-suited for nomadic use. diff --git a/api/funkwhale_api/tags/filters.py b/api/funkwhale_api/tags/filters.py index 38bec5b90..bcd6894af 100644 --- a/api/funkwhale_api/tags/filters.py +++ b/api/funkwhale_api/tags/filters.py @@ -24,7 +24,7 @@ class TagFilter(filters.FilterSet): def get_by_similar_tags(qs, tags): """ - Return a queryset of obects with at least one matching tag. + Return a queryset of objects with at least one matching tag. Annotate the queryset so you can order later by number of matches. """ qs = qs.filter(tagged_items__tag__name__in=tags).annotate( diff --git a/docs/user/channels/delete.md b/docs/user/channels/delete.md index b32073a8e..7f35d4ff9 100644 --- a/docs/user/channels/delete.md +++ b/docs/user/channels/delete.md @@ -1,7 +1,7 @@ # Delete a channel ```{warning} -Deleting a channel is irreversible. If you delete a channel you also delete the content associated with it. Users won't be able to access the channel any more. You can't re-use the channel's __Fediverse handle__ for another channel. +Deleting a channel is irreversible. If you delete a channel you also delete the content associated with it. Users won't be able to access the channel any more. You can't reuse the channel's __Fediverse handle__ for another channel. ``` If you want to delete your channel, follow these steps: