diff --git a/docs/guides/concepts/events.md b/docs/guides/concepts/events.md index 4b8d627a2..f551f2617 100644 --- a/docs/guides/concepts/events.md +++ b/docs/guides/concepts/events.md @@ -8,7 +8,7 @@ convention, with the exception that every event must be of the type event's parameters are passed directly into the handler. This allows for events to be handled in an async context directly -instead of relying on async void`. +instead of relying on `async void`. ### Usage