From 1b155462f9ff5e02777c3787eeed9b08ead4ad28 Mon Sep 17 00:00:00 2001 From: Evgeny Khokhlov Date: Wed, 27 Nov 2024 11:21:06 +0000 Subject: [PATCH] Update README.md Co-authored-by: Andy Ford --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c86726..d213c274 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ println("End of messages") In addition to being able to unsubscribe from messages, the return value from `messages.subscribe` also includes the `getPreviousMessages` method. It can be used to request -historical messages in the chat room that were sent up to the point a that particular listener was subscribed. It returns a +historical messages in the chat room that were sent up to the point that a particular listener was subscribed. It returns a paginated response that can be used to request for more messages. ```kotlin