diff --git a/docs/rfcs/2025-01-21-chat-list-pagination.md b/docs/rfcs/2025-01-21-chat-list-pagination.md index 56e76bc7df..aed2b88726 100644 --- a/docs/rfcs/2025-01-21-chat-list-pagination.md +++ b/docs/rfcs/2025-01-21-chat-list-pagination.md @@ -4,9 +4,9 @@ As the number of chats grows, the current client-side filtering solution is inefficient, leading to performance issues and high memory consumption. Current loaded chats are capped to last 5K. -## SoLution +## Solution -Paginated API for chats will address this problem, but there are several side effects to have in mind: +Paginated API for chats will address this problem ## Side effects of this change