Minor: 'in the in the' => 'in the' (#2957)

pull/2966/head
Jacob Foshee 2017-03-13 15:38:26 -05:00 committed by Rick Anderson
parent d1f6e5824c
commit 620fccb478
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ The view 'Index' was not found. The following locations were searched:
(list of locations)
```
To correct this issue, you need to configure the server's content root, so it can locate the views for the project being tested. This is done by a call to `UseContentRoot` in the in the `TestFixture` class, shown below:
To correct this issue, you need to configure the server's content root, so it can locate the views for the project being tested. This is done by a call to `UseContentRoot` in the `TestFixture` class, shown below:
[!code-csharp[Main](testing/sample/TestingControllersSample/tests/TestingControllersSample.Tests/IntegrationTests/TestFixture.cs?highlight=32,35)]