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

Commit 37ce8be

Browse files
committed
Fix typo
1 parent 5c858c0 commit 37ce8be

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
@@ -54,7 +54,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
5454
return;
5555
}
5656

57-
// No matching environment name found, supress all output
57+
// No matching environment name found, suppress all output
5858
output.SupressOutput();
5959
}
6060
}

0 commit comments

Comments
 (0)