Skip to content

Commit 1a84b31

Browse files
authored
Update README.md
typos
1 parent 025fd95 commit 1a84b31

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ private void DoValidation()
9393
}
9494
catch (Exception ex)
9595
{
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
9999
}
100100
}
101101
```
@@ -174,9 +174,9 @@ private void DoValidationByLocalEventConfig()
174174
}
175175
catch (Exception ex)
176176
{
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
180180
}
181181
}
182182
```
@@ -248,9 +248,9 @@ private void DoValidation()
248248
}
249249
catch (Exception ex)
250250
{
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
254254
}
255255
}
256256
```

0 commit comments

Comments
 (0)