From 1e59d91d1caf8e1dadc9b9f1feb6f931faf45fab Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 15 Nov 2021 14:44:36 -0800 Subject: Fix typo --- doc/failure_analysis/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/failure_analysis/index.md b/doc/failure_analysis/index.md index dd8ef1452..c1e400286 100644 --- a/doc/failure_analysis/index.md +++ b/doc/failure_analysis/index.md @@ -29,7 +29,7 @@ sequenceDiagram Workhorse->>Client: success ``` -In step 3, when Praefect reveives the `ReceivePack` RPC from Workhorse, +In step 3, when Praefect receives the `ReceivePack` RPC from Workhorse, it calls `GetPrimary()`, which consults the database. Praefect considers a primary repository on a per-repository basis, which means that in a cluster of 3 nodes, the primary repository could reside in any of the 3 -- cgit v1.2.3