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.