Skip to content

Commit

Permalink
Merge pull request laravel#2260 from DanSmith83/patch-1
Browse files Browse the repository at this point in the history
Fix typo in helpers.md
  • Loading branch information
taylorotwell committed Apr 8, 2016
2 parents 771176e + 3bd89ad commit 542cf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The `array_add` function adds a given key / value pair to the array if the given
<a name="method-array-collapse"></a>
#### `array_collapse()` {#collection-method}

The `array_collapse` function collapse an array of arrays into a single array:
The `array_collapse` function collapses an array of arrays into a single array:

$array = array_collapse([[1, 2, 3], [4, 5, 6], [7, 8, 9]]);

Expand Down

0 comments on commit 542cf2b

Please sign in to comment.