API/CodeSamples/UseFriendlyErrors.md
... ...
@@ -6,7 +6,7 @@
6 6
7 7
Gets or sets the value indicating whether friendly errors should be shown on exceptions. Friendly errors are represented with a simpler error message. When this is false, errors are described with the default .NET error handling language. To disable error links entirely, use [[ShowStackTrace|/API/CodeSamples/ShowStackTrace]].
8 8
9
-**Default Value:**
9
+**Default Value:** True
10 10
11 11
##Global.asax (C♯)
12 12