We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beec6cc commit d48b896Copy full SHA for d48b896
resources/views/docs/desktop/1/digging-deeper/broadcasting.md
@@ -7,7 +7,7 @@ order: 100
7
8
NativePHP facilitates event broadcasting of both [native events](#native-events) (emitted by Electron/Tauri) and
9
[custom events](#custom-events) dispatched by your Laravel app. You can listen to all of these events in your
10
-Laravel application as you normally would or in the [JavaSscript](#listening-with-javascript) on your pages.
+Laravel application as you normally would or in the [JavaScript](#listening-with-javascript) on your pages.
11
12
## Native events
13
0 commit comments