浏览代码

Update ErrorHandler.md

Mark Sch 8 年之前
父节点
当前提交
fc1282dd02
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;