Skip to content

Commit 4dd1882

Browse files
authored
Updated README.md
1 parent 30e9fc1 commit 4dd1882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ MyController<MyMvcController>
287287
.WithDependencies(
288288
serviceMock,
289289
anotherServiceMock,
290-
From.Services<IYetAnotherService>()) // Provides a global service.
290+
From.Services<IYetAnotherService>()) // Provides a global service.
291291
.Calling(c => c.MyAction())
292292
.ShouldReturn()
293293
.View();

0 commit comments

Comments
 (0)