diff --git a/.changeset/little-boats-think.md b/.changeset/little-boats-think.md
index e2c81b6f21..1787477c38 100644
--- a/.changeset/little-boats-think.md
+++ b/.changeset/little-boats-think.md
@@ -9,4 +9,4 @@ The component now loads entities asynchronously, resulting in improved performan
- ``: loads the owners data asynchronously using the facets endpoint. The data is kept in memory and rendered asynchronously as the user scrolls. This is the default mode and is supposed to be retro-compatible with the previous implementation.
-- `` loads all users and groups present in the catalog asynchronously. The data is loaded in batches as the user scrolls. This is more efficient than `owners-only`, but has the drowback of displaying users and groups who aren't owner of any entity.
+- `` loads all users and groups present in the catalog asynchronously. The data is loaded in batches as the user scrolls. This is more efficient than `owners-only`, but has the drawback of displaying users and groups who aren't owner of any entity.