@@ -93,9 +93,9 @@ private void DoValidation()
93
93
}
94
94
catch (Exception ex)
95
95
{
96
- // There was an error validationg the request
97
- // Use your own logging framework to log the Exception
98
- // This was a configuration exception , so we let the user continue
96
+ // There was an error validating the request
97
+ // Use your own logging framework to log the error
98
+ // This was a configuration error , so we let the user continue
99
99
}
100
100
}
101
101
```
@@ -174,9 +174,9 @@ private void DoValidationByLocalEventConfig()
174
174
}
175
175
catch (Exception ex)
176
176
{
177
- // There was an error validationg the request
178
- // Use your own logging framework to log the Exception
179
- // This was a configuration exception , so we let the user continue
177
+ // There was an error validating the request
178
+ // Use your own logging framework to log the error
179
+ // This was a configuration error , so we let the user continue
180
180
}
181
181
}
182
182
```
@@ -248,9 +248,9 @@ private void DoValidation()
248
248
}
249
249
catch (Exception ex)
250
250
{
251
- // There was an error validationg the request
252
- // Use your own logging framework to log the Exception
253
- // This was a configuration exception , so we let the user continue
251
+ // There was an error validating the request
252
+ // Use your own logging framework to log the error
253
+ // This was a configuration error , so we let the user continue
254
254
}
255
255
}
256
256
```
0 commit comments