Skip to content

Commit 5d130db

Browse files
committed
fix minor wording
1 parent 0012cc9 commit 5d130db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ComposerInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __toString(): string
5252

5353
if ($this->global) {
5454
/**
55-
* Do not run Composer as root/super user, and avoid installation in `/root/.composer` directory
55+
* Do not run Composer as root/superuser, and avoid installation in `/root/.composer` directory
5656
* @link https://getcomposer.org/root
5757
*/
5858
$commandLine = sprintf('su -c \'%s\' ${MY_USER}', $commandLine);

0 commit comments

Comments
 (0)