Skip to content

Commit

Permalink
Merge pull request laravel#1505 from bmitch/typos
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
taylorotwell committed Jun 2, 2015
2 parents 37dce27 + 2d30abc commit ef8c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Once the event has been [fired](#firing-events), a [queued job](/docs/{{version}
<a name="broadcast-data"></a>
### 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": {
Expand Down

0 comments on commit ef8c0a5

Please sign in to comment.