From cf5b83ac2cf455c1ee7b29408b77ff513981ce98 Mon Sep 17 00:00:00 2001 From: Guy Date: Fri, 21 Jul 2023 18:50:38 -0700 Subject: [PATCH] Corrected a typo --- jetstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream.md b/jetstream.md index eacbb93e..df5afb00 100644 --- a/jetstream.md +++ b/jetstream.md @@ -187,7 +187,7 @@ messages: In NATS core, you are presented with a message whenever a message is published to a subject that you have subscribed to. When you process a stream you can -filter messages found ton a stream to those matching subjects that interest you, +filter messages found on a stream to those matching subjects that interest you, but the rate of delivery can be much higher, as the stream could store many more messages that match your consumer than you would normally receive in a core NATS subscription. When processing a stream, you can simulate the original rate at