diff --git a/events.md b/events.md index 9f9079cc18..708a7dc0e9 100644 --- a/events.md +++ b/events.md @@ -43,7 +43,7 @@ Of course, manually creating the files for each event and listener is cumbersome ## Defining Events -An event class is simply a data container which holds the information related to the event. For example, let's assume our generated `PodcastWasPurchased` event receives a [Eloquent ORM](/docs/{{version}}/eloquent) object: +An event class is simply a data container which holds the information related to the event. For example, let's assume our generated `PodcastWasPurchased` event receives an [Eloquent ORM](/docs/{{version}}/eloquent) object: ### Queued Event Listeners