Skip to content

Commit 7e82e97

Browse files
[8.x] Fix typo and punctuation (#6894)
* Fix typo and punctuation * Update helpers.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent 9c90a5a commit 7e82e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ The `Arr::where` method filters an array using the given closure:
786786
<a name="method-array-wrap"></a>
787787
#### `Arr::wrap()` {#collection-method}
788788

789-
The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it be returned without modification:
789+
The `Arr::wrap` method wraps the given value in an array. If the given value is already an array it will be returned without modification:
790790

791791
use Illuminate\Support\Arr;
792792

0 commit comments

Comments
 (0)