You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct typo 'incomming' to 'incoming' in with-mqtt-js example (#83887)
### What?
This PR fixes a typo in the `with-mqtt-js` example
(`examples/with-mqtt-js/app/page.tsx`):
all occurrences of "incomming" have been corrected to "incoming" in
variables, refs, and JSX headings.
### Why?
The previous spelling "incomming" is incorrect in English. Correcting it
improves readability and professionalism in the example code.
### How?
- Renamed `incommingMessages` → `incomingMessages`
- Renamed `setIncommingMessages` → `setIncomingMessages`
- Renamed `incommingMessageHandlers` → `incomingMessageHandlers`
- Updated JSX headings and references accordingly
---------
Co-authored-by: JJ Kasper <[email protected]>
0 commit comments