Skip to content

Commit 1daaa57

Browse files
committed
docs: fix typos
1 parent 31abe0b commit 1daaa57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/Helpers/html_helper.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
/**
2222
* Unordered List
2323
*
24-
* Generates an HTML unordered list from an single or
25-
* multi-dimensional array.
24+
* Generates an HTML unordered list from a single or
25+
* multidimensional array.
2626
*
2727
* @param array $list List entries
2828
* @param array|object|string $attributes HTML attributes string, array, object
@@ -37,7 +37,7 @@ function ul(array $list, $attributes = ''): string
3737
/**
3838
* Ordered List
3939
*
40-
* Generates an HTML ordered list from an single or multi-dimensional array.
40+
* Generates an HTML ordered list from a single or multidimensional array.
4141
*
4242
* @param array $list List entries
4343
* @param array|object|string $attributes HTML attributes string, array, object
@@ -52,7 +52,7 @@ function ol(array $list, $attributes = ''): string
5252
/**
5353
* Generates the list
5454
*
55-
* Generates an HTML ordered list from an single or multi-dimensional array.
55+
* Generates an HTML ordered list from a single or multidimensional array.
5656
*
5757
* @param array $list List entries
5858
* @param array|object|string $attributes HTML attributes string, array, object

0 commit comments

Comments
 (0)