diff --git a/approvaltests/docs/how_to/TestAVarietyOfValues.md b/approvaltests/docs/how_to/TestAVarietyOfValues.md
index 4c17e2568..d4e63a752 100644
--- a/approvaltests/docs/how_to/TestAVarietyOfValues.md
+++ b/approvaltests/docs/how_to/TestAVarietyOfValues.md
@@ -64,7 +64,7 @@ VerifiableMarkdownTable table = VerifiableMarkdownTable.withHeaders("Input", "Ca
table.addRowsForInputs(inputs, this::toCamelCase, this::toSnakeCase, this::toKebabCase);
Approvals.verify(table);
```
-snippet source | anchor
+snippet source | anchor
which will produce: