Fixed view folder Todo to match controller name (#1763)

* fix view folder Todo to match controller name

* fixed reference in .rst file
pull/1772/head
Borislav Kosharov 2016-08-10 19:32:08 +03:00 committed by Rick Anderson
parent aac3229993
commit 267f3fde7f
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ The syntax for ``@inject``:
An example of ``@inject`` in action:
.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/Todo/Index.cshtml
.. literalinclude:: dependency-injection/sample/src/ViewInjectSample/Views/ToDo/Index.cshtml
:linenos:
:language: c#
:emphasize-lines: 4-5,15-17