diff --git a/docs/Configuration.md b/docs/Configuration.md index eaa0008df0f6..4f154c106d19 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -329,7 +329,7 @@ test(() => { foo: {x: 1, y: 2} }; - expect(foo).toMatchSnapshot(); + expect(bar).toMatchSnapshot(); }); ```