Skip to content

Commit

Permalink
Fixed code -> code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Apr 2, 2015
1 parent b21fe80 commit 3a9ef71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Next, update the HomeController's About() method to instantiate this class, set
Now we need to update the View to give it a strongly-typed model and display the information using Razor syntax. Add this line to the top of the About.cshtml file in the Views > Home folder.

.. code:: html
.. code-block:: html

@model FundamentalConcepts.Models.ServerInfo

Expand Down

0 comments on commit 3a9ef71

Please sign in to comment.