Skip to content

Commit

Permalink
Update view-components.rst
Browse files Browse the repository at this point in the history
minor typos
  • Loading branch information
Rick-Anderson committed May 21, 2015
1 parent e4bd3ca commit 1161a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mvc/views/view-components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Under **ASP.NET 5 Preview Templates** select **Web Site**, and then **OK**.
Add the Todo controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1. Download and open the completed project. [todo make link]
1. Download and open the `completed project <https://dl.dropboxusercontent.com/u/18075777/ToDoFinal.zip>`_.
2. In solution explorer, in the new app you've created, right click the *Controllers* folder :menuselection:`Add --> Exiting Item`. Enter the path to the *TodoController.cs* file in the download project.
3. Using the same approach, add the *Models\\TodoItem.cs* and *Models\\TodoItemEditModel.cs* to the *Models* folder.
4. Create a *ToDo* folder under *Views*. Using the same approach, add all the views in the download *Views\\ToDo* folder to the new project *Views\\Todo* folder.
Expand Down Expand Up @@ -122,7 +122,7 @@ Run EF migrations
dnx . ef migration add Initial
dnx . ef migration apply
- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use default`` instructs the .NET Version Manager to add the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For Visual Studio 2015 RC, the following is displayed: [TODO Needs work]
- **dnvm** : The .NET Version Manager, a set of command line utilities that are used to update and configure .NET Runtime. The command ``dnvm use default`` instructs the .NET Version Manager to add the ASP.NET 5 runtime to the ``PATH`` environment variable for the current shell. For Visual Studio 2015 RC, the following is displayed:

.. code-block:: javascript
Expand Down

0 comments on commit 1161a02

Please sign in to comment.