浏览代码

Merge pull request #5504 from michaelKaefer/patch-1

typo
Jordi Boggiano 9 年之前
父节点
当前提交
06499749ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/faqs/how-to-install-untrusted-packages-safely.md

+ 1 - 1
doc/faqs/how-to-install-untrusted-packages-safely.md

@@ -1,4 +1,4 @@
-# How to I install untrusted packages safely? Is it safe to run Composer as superuser or root?
+# How do I install untrusted packages safely? Is it safe to run Composer as superuser or root?
 
 
 Certain Composer commands, including `exec`, `install`, and `update` allow third party code to 
 Certain Composer commands, including `exec`, `install`, and `update` allow third party code to 
 execute on your system. This is from its "plugins" and "scripts" features. Plugins and scripts have
 execute on your system. This is from its "plugins" and "scripts" features. Plugins and scripts have