Skip to content

Commit 9310d04

Browse files
authored
Fix formatting in replication handshake documentation
1 parent 9ff9b16 commit 9310d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stage_descriptions/replication-08-fj0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
In this stage, we'll start implementing support for receiving a replication handshake as a master.
22

3-
### The Handshake Process (Recap)
3+
### Handshake (Recap)
44

55
Up until now, we've been implementing the handshake from the replica's perspective. Now we'll implement the same handshake on the master side.
66

7-
As a recap, the master receives the following from the replica during the handshake process:
7+
As a recap, the master receives the following from the replica during the handshake:
88

99
1. A `PING` command
1010
2. Two `REPLCONF` commands
@@ -26,6 +26,6 @@ The tester will execute your program like this:
2626

2727
It will then send the following commands:
2828

29-
1. `PING` — expecting `+PONG\r\n` as the response
29+
1. `PING` — expecting `+PONG\r\n`
3030
2. `REPLCONF listening-port <PORT>` — expecting `+OK\r\n`
3131
3. `REPLCONF capa psync2` — expecting `+OK\r\n`

0 commit comments

Comments
 (0)