Commit c75f298c by Taylor Otwell

fix typo in error class.

parent c30185eb
......@@ -51,7 +51,7 @@ class Error {
$file = $e->getFile();
}
// Trim the period off the error message since we will be formatting it oursevles.
// Trim the period off the error message since we will be formatting it ourselves.
$message = rtrim($e->getMessage(), '.');
if (Config::get('error.log'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment