Skip to content

Commit d48b896

Browse files
Update broadcasting.md
Fix typo in documentation ("JavaSscript" → "JavaScript")
1 parent beec6cc commit d48b896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/desktop/1/digging-deeper/broadcasting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 100
77

88
NativePHP facilitates event broadcasting of both [native events](#native-events) (emitted by Electron/Tauri) and
99
[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.
10+
Laravel application as you normally would or in the [JavaScript](#listening-with-javascript) on your pages.
1111

1212
## Native events
1313

0 commit comments

Comments
 (0)