Skip to content

Commit 047eb0f

Browse files
fix grammar (laravel#9597)
1 parent 30b9d7c commit 047eb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Context::when(
155155
<a name="stacks"></a>
156156
### Stacks
157157

158-
Context offers the ability to create "stacks", which are lists of data stored in the order that they where added. You can add information to a stack by invoking the `push` method:
158+
Context offers the ability to create "stacks", which are lists of data stored in the order that they were added. You can add information to a stack by invoking the `push` method:
159159

160160
```php
161161
use Illuminate\Support\Facades\Context;

0 commit comments

Comments
 (0)