You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DataWarehouseAutomation/DataWarehouseAutomation/Utils/HandleBarsHelpers.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -399,14 +399,14 @@ public static void RegisterHandleBarsHelpers()
399
399
// Check if the parameters are valid.
400
400
if(parameters.Length!=2||parameters[1]is not string)
401
401
{
402
-
thrownewHandlebarsException("An issues was encountered. The {{hasClassification}} helper expects two arguments: a List<DataClassification> and a string lookup key.");
402
+
thrownewHandlebarsException("An issue was encountered. The {{hasClassification}} helper expects two arguments: a List<DataClassification> and a string lookup key.");
0 commit comments