Skip to content

Commit 0a5fbf1

Browse files
committed
Fix punctuation
1 parent 5f9bfc6 commit 0a5fbf1

File tree

1 file changed

+2
-2
lines changed
  • content/operate/rs/clusters/optimize

1 file changed

+2
-2
lines changed

content/operate/rs/clusters/optimize/wait.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ With the `WAIT` command, applications can ask to wait for
3939
acknowledgments only after replication or persistence is confirmed on
4040
the replica. The flow of a write operation with the WAIT command is:
4141

42-
1. The application issues a write,
43-
1. The proxy communicates with the correct primary shard in the system that contains the given key,
42+
1. The application issues a write.
43+
1. The proxy communicates with the correct primary shard in the system that contains the given key.
4444
1. Replication communicates the update to the replica shard.
4545
1. The replica persists the update to disk if the AOF every write setting is selected.
4646
1. The acknowledgment is sent back from the replica all the way to the proxy with steps 5 to 8.

0 commit comments

Comments
 (0)