diff --git a/events.md b/events.md index c97230e887..ff4a71adf7 100644 --- a/events.md +++ b/events.md @@ -922,7 +922,7 @@ test('orders can be processed', function () { return $order; }); - // Events are dispatched as normal and observers will run ... + // Events are dispatched as normal and observers will run... $order->update([ // ... ]); @@ -954,7 +954,7 @@ class ExampleTest extends TestCase return $order; }); - // Events are dispatched as normal and observers will run ... + // Events are dispatched as normal and observers will run... $order->update([ // ... ]);