Skip to content

Commit ecade76

Browse files
authored
Update isolating-code-under-test-with-microsoft-fakes.md
Line 264: TThis -> This
1 parent 7293984 commit ecade76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/isolating-code-under-test-with-microsoft-fakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Since Microsoft Fakes requires Visual Studio Enterprise, the generation of Fakes
261261
</Project>
262262
```
263263

264-
TThis reference is required to be added in manually specifically SDK-style projects (.NET Core and .NET Framework) because we have moved to implicitly adding assembly references to your test project. If you follow this method, you need to ensure that the fakes assembly is updated when the parent assembly changes.
264+
This reference is required to be added in manually specifically SDK-style projects (.NET Core and .NET Framework) because we have moved to implicitly adding assembly references to your test project. If you follow this method, you need to ensure that the fakes assembly is updated when the parent assembly changes.
265265
::: moniker-end
266266

267267
### Running Microsoft Fakes tests

0 commit comments

Comments
 (0)