Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 5ec30af

Browse files
committed
Updated for TagHelperOutput.SuppressContent method name typo fix
- #1553
1 parent 5c2705e commit 5ec30af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Mvc.TagHelpers/EnvironmentTagHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
5555
}
5656

5757
// No matching environment name found, suppress all output
58-
output.SupressOutput();
58+
output.SuppressOutput();
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)