FAQ/Formatting/How-do-I-hide-Output-Types.md
... ...
@@ -4,7 +4,7 @@
4 4
5 5
##Hiding Output Types
6 6
7
-In order the hide the output types THAT are located in the ReportViewer, you would need to add the below line of code in your ConfigureSettings().
7
+In order the hide the output types that are located in the ReportViewer, you would need to add the below line of code in your ConfigureSettings().
8 8
9 9
```csharp
10 10
AdHocSettings.OutputTypes["xxx"].Hidden=true;