Skip to content

Commit a12c1a6

Browse files
authored
chore: remove duplicate word in doc (#1322)
Signed-off-by: Abirdcfly <[email protected]> Signed-off-by: Abirdcfly <[email protected]>
1 parent bf6b4d3 commit a12c1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `=` operator then pipes the 'root' context through the `rhs` expression of `
3737
dog
3838
```
3939

40-
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:
40+
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:
4141

4242
```yaml
4343
a: dog

0 commit comments

Comments
 (0)