From 1aa1fcb8d3768df415b9cac3e60bedd756a7282d Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Mon, 16 May 2016 22:10:03 +0200 Subject: [PATCH] Fixed description of code HTTP should be called before WWW. --- aspnet/mvc/views/tag-helpers/authoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/mvc/views/tag-helpers/authoring.rst b/aspnet/mvc/views/tag-helpers/authoring.rst index 44cfa30432..a4907fd5e1 100644 --- a/aspnet/mvc/views/tag-helpers/authoring.rst +++ b/aspnet/mvc/views/tag-helpers/authoring.rst @@ -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 ----------------------------------------