From a12c1a6610dfb89e0908336c24f232b38c0823e6 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Wed, 31 Aug 2022 16:43:03 +0800 Subject: [PATCH] chore: remove duplicate word in doc (#1322) Signed-off-by: Abirdcfly 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 9f36a2b5..51a41fcd 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