From ae2ff0f21ebffb88464ae4888018195f900abb68 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Tue, 30 Aug 2022 16:23:39 +0800 Subject: [PATCH] chore: remove duplicate word in doc Signed-off-by: Abirdcfly --- how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-it-works.md b/how-it-works.md index 9f36a2b5485..51a41fcdc95 100644 --- a/how-it-works.md +++ b/how-it-works.md @@ -37,7 +37,7 @@ The `=` operator then pipes the 'root' context through the `rhs` expression of ` dog ``` -Both sides have now been evaluated, so now the operator copies across the value from the RHS (`.b`) to the the LHS (`.a`), and it returns the now updated context: +Both sides have now been evaluated, so now the operator copies across the value from the RHS (`.b`) to the LHS (`.a`), and it returns the now updated context: ```yaml a: dog