Skip to content

Commit 310151c

Browse files
committed
docs: fix typo
1 parent da0bddf commit 310151c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

system/CLI/CLI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public static function print(string $text = '', ?string $foreground = null, ?str
448448
}
449449

450450
/**
451-
* Outputs a string to the cli on it's own line.
451+
* Outputs a string to the cli on its own line.
452452
*
453453
* @return void
454454
*/
@@ -834,7 +834,7 @@ public static function showProgress($thisStep = 1, int $totalSteps = 10)
834834
* width.
835835
*
836836
* If an int is passed into $pad_left, then all strings after the first
837-
* will padded with that many spaces to the left. Useful when printing
837+
* will pad with that many spaces to the left. Useful when printing
838838
* short descriptions that need to start on an existing line.
839839
*/
840840
public static function wrap(?string $string = null, int $max = 0, int $padLeft = 0): string

0 commit comments

Comments
 (0)