diff --git a/docs/test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md b/docs/test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md index 105456ef41a..7464461225e 100644 --- a/docs/test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md +++ b/docs/test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md @@ -100,7 +100,7 @@ this.Records = System.IO.File.ReadAllLines(path); - On the shortcut menu, select **Add Fakes Assembly**. - ![Screnshot of the command Add Fakes Assembly.](../test/media/microsoft-fakes-shims-add-fakes-assembly.png) + ![Screenshot of the command Add Fakes Assembly.](../test/media/microsoft-fakes-shims-add-fakes-assembly.png) Since building results in some warnings and errors because not all types can be used with shims, you will have to modify the content of `Fakes\mscorlib.fakes` to exclude them.