Fixed description of code

HTTP should be called before WWW.
pull/1240/head
Lars Gyrup Brink Nielsen 2016-05-16 22:10:03 +02:00 committed by riande@microsoft.com
parent 1e35555201
commit 1aa1fcb8d3
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ The code above checks to see if the content has been modified, and if it has, it
:emphasize-lines: 5-8
:dedent: 4
The above code will guarantee that the WWW tag helper runs before the HTTP tag helper. Change ``Order`` to ``MaxValue`` and verify that the markup generated for the WWW tag is incorrect.
The above code will guarantee that the HTTP tag helper runs before the WWW tag helper. Change ``Order`` to ``MaxValue`` and verify that the markup generated for the WWW tag is incorrect.
Inspecting and retrieving child content
----------------------------------------