浏览代码

Fix typo: directory instead of directoy

Alexandre D'Eschambeault 5 年之前
父节点
当前提交
e0e2bb11a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Console/Application.php

+ 1 - 1
src/Composer/Console/Application.php

@@ -514,7 +514,7 @@ class Application extends BaseApplication
     }
 
     /**
-     * Get the working directoy at startup time
+     * Get the working directory at startup time
      *
      * @return string
      */