Change "remaple" to "remain"

This commit is contained in:
neuroevolutus 2023-03-11 19:25:11 -06:00
parent bd42b56be9
commit ac8a725a51
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ a:
``` ```
## Update node value that has an anchor ## Update node value that has an anchor
Anchor will remaple Anchor will remain
Given a sample.yml file of: Given a sample.yml file of:
```yaml ```yaml

View File

@ -196,7 +196,7 @@ var assignOperatorScenarios = []expressionScenario{
}, },
{ {
description: "Update node value that has an anchor", description: "Update node value that has an anchor",
subdescription: "Anchor will remaple", subdescription: "Anchor will remain",
dontFormatInputForDoc: true, dontFormatInputForDoc: true,
document: `a: &cool cat`, document: `a: &cool cat`,
expression: `.a = "dog"`, expression: `.a = "dog"`,