diff --git a/pkg/yqlib/doc/operators/assign-update.md b/pkg/yqlib/doc/operators/assign-update.md index be8ca08b..835efee4 100644 --- a/pkg/yqlib/doc/operators/assign-update.md +++ b/pkg/yqlib/doc/operators/assign-update.md @@ -203,7 +203,7 @@ a: ``` ## Update node value that has an anchor -Anchor will remaple +Anchor will remain Given a sample.yml file of: ```yaml diff --git a/pkg/yqlib/operator_assign_test.go b/pkg/yqlib/operator_assign_test.go index 47fcaa4c..a5e91c5c 100644 --- a/pkg/yqlib/operator_assign_test.go +++ b/pkg/yqlib/operator_assign_test.go @@ -196,7 +196,7 @@ var assignOperatorScenarios = []expressionScenario{ }, { description: "Update node value that has an anchor", - subdescription: "Anchor will remaple", + subdescription: "Anchor will remain", dontFormatInputForDoc: true, document: `a: &cool cat`, expression: `.a = "dog"`,