From 2d30abc2f4d25588227abb8c1ff3436e7c00caa1 Mon Sep 17 00:00:00 2001 From: Bill Mitchell Date: Tue, 2 Jun 2015 19:42:48 +0100 Subject: [PATCH] Spelling --- events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.md b/events.md index 42feec9486..d879d9e2f4 100644 --- a/events.md +++ b/events.md @@ -256,7 +256,7 @@ Once the event has been [fired](#firing-events), a [queued job](/docs/{{version} ### Broadcast Data -When an event is broadcast, all of its `public` properties are automatially serialized and broadcast as the event's payload, allowing you to access any of its public data from your JavaScript application. So, for example, if your event has a single public `$user` property that contains an Eloquent model, the broadcast payload would be: +When an event is broadcast, all of its `public` properties are automatically serialized and broadcast as the event's payload, allowing you to access any of its public data from your JavaScript application. So, for example, if your event has a single public `$user` property that contains an Eloquent model, the broadcast payload would be: { "user": {