From ea8b4087f0e557133f7f7a47758323198ad26cf6 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 15 Mar 2021 14:10:40 +0000 Subject: [PATCH] GitBook: [master] 2 pages modified --- SUMMARY.md | 2 +- jetstream/concepts/consumers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SUMMARY.md b/SUMMARY.md index 8b84a30..ab0a84e 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -113,7 +113,7 @@ * [About Jetstream](jetstream/jetstream.md) * [Concepts](jetstream/concepts/README.md) * [Streams](jetstream/concepts/streams.md) - * [Consumes](jetstream/concepts/consumers.md) + * [Consumers](jetstream/concepts/consumers.md) * [Configuration](jetstream/concepts/configuration.md) * [Getting Started](jetstream/getting_started/README.md) * [Using Docker](jetstream/getting_started/using_docker.md) diff --git a/jetstream/concepts/consumers.md b/jetstream/concepts/consumers.md index 288c27c..a411233 100644 --- a/jetstream/concepts/consumers.md +++ b/jetstream/concepts/consumers.md @@ -1,4 +1,4 @@ -# Consumes +# Consumers Each Consumer, or related group of Consumers, of a Stream will need an Consumer defined. It's ok to define thousands of these pointing at the same Stream.