We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5021e commit b95cd5cCopy full SHA for b95cd5c
1 file changed
nodeapp.php
@@ -202,7 +202,7 @@ public function allocate_ports( $nodeapp_folder ) {
202
$hcpp->allocate_port( $name, $user, $domain );
203
}
204
205
- // Throw a nodeapp event to allow other plugins allocate ports
+ // Throw a nodeapp event to allow other plugins to allocate ports
206
$args = [
207
'user' => $user,
208
'domain' => $domain,
0 commit comments