Skip to content

Commit b5975ed

Browse files
Merge pull request #10896 from changeworld/patch-8
Fix typo: Screnshot -> Screenshot
2 parents 270a57a + 4cd6b63 commit b5975ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/using-shims-to-isolate-your-application-from-other-assemblies-for-unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ this.Records = System.IO.File.ReadAllLines(path);
100100

101101
- On the shortcut menu, select **Add Fakes Assembly**.
102102

103-
![Screnshot of the command Add Fakes Assembly.](../test/media/microsoft-fakes-shims-add-fakes-assembly.png)
103+
![Screenshot of the command Add Fakes Assembly.](../test/media/microsoft-fakes-shims-add-fakes-assembly.png)
104104

105105
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.
106106

0 commit comments

Comments
 (0)