Browse Source

Update ErrorHandler.md

Mark Sch 8 years ago
parent
commit
fc1282dd02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/Error/ErrorHandler.md

+ 1 - 1
docs/Error/ErrorHandler.md

@@ -29,7 +29,7 @@ Make sure your other log configs are scope-deactivated then to prevent them bein
 ```
 
 In your bootstrap, the following snippet just needs to include the ErrorHandler of this plugin:
-````php
+```php
 // Switch Cake\Error\ErrorHandler to
 use Tools\Error\ErrorHandler;