Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
frwiqueueit committed Oct 4, 2019
1 parent 5effe0a commit eb846e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ The following method is all that is needed to validate that a user has been thro
}
}
} catch (Exception ex) {
// There was an error validationg the request
// Use your own logging framework to log the Exception
// This was a configuration exception, so we let the user continue
// There was an error validating the request
// Use your own logging framework to log the error
// This was a configuration error, so we let the user continue
}
}
Expand Down Expand Up @@ -153,9 +153,9 @@ The following is an example of how to specify the configuration in code:
}
}
} catch (Exception ex) {
// There was an error validationg the request
// Use your own logging framework to log the Exception
// This was a configuration exception, so we let the user continue
// There was an error validating the request
// Use your own logging framework to log the error
// This was a configuration error, so we let the user continue
}
}
```
Expand Down Expand Up @@ -222,9 +222,9 @@ If you have some static html pages (might be behind cache servers) and you have
}
}
} catch (Exception ex) {
// There was an error validationg the request
// Use your own logging framework to log the Exception
// This was a configuration exception, so we let the user continue
// There was an error validating the request
// Use your own logging framework to log the error
// This was a configuration error, so we let the user continue
}
}
```

0 comments on commit eb846e7

Please sign in to comment.