From 6d4e66410a2577fe7473542e866ef0c0f73d1de8 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 1 Mar 2021 09:31:13 -0600 Subject: [PATCH] Grammar/syntax updates --- jetstream/data_replication/replication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jetstream/data_replication/replication.md b/jetstream/data_replication/replication.md index 632f22f..7561645 100644 --- a/jetstream/data_replication/replication.md +++ b/jetstream/data_replication/replication.md @@ -1,6 +1,6 @@ ## Data Replication -Replication allow you to move data between streams in either a 1:1 mirror style or by multiplexing multiple source streams into a new stream. In future builds this will allow data to be replicated between accounts as well, ideal for sending data from a Leafnode into a central store. +Replication allows you to move data between streams in either a 1:1 mirror style or by multiplexing multiple source streams into a new stream. In future builds this will allow data to be replicated between accounts as well, ideal for sending data from a Leafnode into a central store. ![](../../assets/images/replication.png) @@ -20,7 +20,7 @@ A *source* is a stream where data is copied from, one stream can have multiple s A Stream with sources may also listen on subjects, but could have no listening subject. When using the `nats` CLI to create sourced streams use `--subjects` to supply subjects to listen on. -A source can have start time or start sequence and can filter by a subject. +A source can have Start Time or Start Sequence and can filter by a subject. ### Configuration @@ -166,4 +166,4 @@ Obtaining Stream stats Here we also pass the `--dot replication.dot` argument that writes a GraphViz format map of the replication setup. -![](../../assets/images/replication-setup.png) \ No newline at end of file +![](../../assets/images/replication-setup.png)