Louis Lagrange 9 年之前
父节点
当前提交
842e09a143
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
doc/articles/troubleshooting.md

@@ -100,7 +100,7 @@ If composer shows memory errors on some commands:
 
 `PHP Fatal error:  Allowed memory size of XXXXXX bytes exhausted <...>`
 
-Check first that XDebug is not loaded in your `php.ini` by runnin
+Check first that XDebug is not loaded in your `php.ini` by running
 `composer diagnose`. If XDebug is loaded, you should disable it by
 commenting the line `zend_extension=path/to/xdebug` in your `php.ini`.
 Don't forget to enable XDebug again after using Composer, if you need it.