diff --git a/resources/views/docs/mobile/3/the-basics/events.md b/resources/views/docs/mobile/3/the-basics/events.md index 6036f1de..de179ef1 100644 --- a/resources/views/docs/mobile/3/the-basics/events.md +++ b/resources/views/docs/mobile/3/the-basics/events.md @@ -107,7 +107,7 @@ Events are 'broadcast' to the frontend of your application via the web view thro easily listen for these events through JavaScript in a few ways: - The globally available `Native.on()` helper -- Directly importing the `on` function +- Directly importing the `On` function - The `#[OnNative()]` PHP attribute Livewire extension