From deafee4077b76a4a244135b0cad8b718b75d94a3 Mon Sep 17 00:00:00 2001 From: Shaad7 Date: Thu, 23 Feb 2023 15:48:44 +0600 Subject: [PATCH] Fix a typo Signed-off-by: Shaad7 --- docs/book/src/clusterctl/commands/move.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/clusterctl/commands/move.md b/docs/book/src/clusterctl/commands/move.md index f6f3ecaf0854..d8b1438112a5 100644 --- a/docs/book/src/clusterctl/commands/move.md +++ b/docs/book/src/clusterctl/commands/move.md @@ -52,7 +52,7 @@ while doing the move operation, and possible race conditions happening while the remediating etc. has never been investigated nor addressed. In order to avoid further confusion about this point, `clusterctl backup` and `clusterctl restore` commands have been -removed because they were built on top of `clusterctl move` logic and they were sharing he same limitations. +removed because they were built on top of `clusterctl move` logic and they were sharing the same limitations. User can use `clusterctl move --to-directory` and `clusterctl move --from-directory` instead; this will hopefully make it clear those operation have the same limitations of the move command.