Skip to content

Commit 7e918ba

Browse files
committed
docs: fix typos in comment
1 parent 573676c commit 7e918ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system/CLI/CLI.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ public static function promptByMultipleKeys(string $text, array $options): array
343343
// find max from input
344344
$maxInput = max($inputToArray);
345345

346-
// return the prompt again if $input contain(s) non-numeric charachter, except a comma.
347-
// And if max from $options less than max from input
348-
// it is mean user tried to access null value in $options
346+
// return the prompt again if $input contain(s) non-numeric character, except a comma.
347+
// And if max from $options less than max from input,
348+
// it means user tried to access null value in $options
349349
if (! $pattern || $maxOptions < $maxInput) {
350350
static::error('Please select correctly.');
351351
CLI::newLine();

0 commit comments

Comments
 (0)