From d6fbabbf8c67a7fe394a820b4abeefcdc0e4dfc5 Mon Sep 17 00:00:00 2001 From: Tzach Livyatan Date: Mon, 13 Dec 2021 10:42:38 +0200 Subject: [PATCH] fix typo in repair_based_node_ops.md Fix https://github.com/scylladb/scylla/issues/9786 Closes #9788 --- docs/design-notes/repair_based_node_ops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design-notes/repair_based_node_ops.md b/docs/design-notes/repair_based_node_ops.md index 544ae62a0f..72741f959e 100644 --- a/docs/design-notes/repair_based_node_ops.md +++ b/docs/design-notes/repair_based_node_ops.md @@ -11,7 +11,7 @@ some of the issues that streaming based node operations have. - Rebuild operation - It is used to get all the data this node owns form other existing nodes. It + It is used to get all the data this node owns from other existing nodes. It pulls data from only one of the replicas which might not be the latest copy. - Removenode operation