typo: Native Messaging Docs (#593)

Removes a secondary use of 'the'.
This commit is contained in:
zayKenyon
2025-08-11 02:26:12 +01:00
committed by GitHub
parent c684711f6b
commit 440454aa47

View File

@@ -19,7 +19,7 @@ port.onDisconnect.addListener((port) => {
} else { } else {
// The port closed for an unspecified reason. If this occurred right after // The port closed for an unspecified reason. If this occurred right after
// calling `browser.runtime.connectNative()` there may have been a problem // calling `browser.runtime.connectNative()` there may have been a problem
// starting the the native messaging client in the first place. // starting the native messaging client in the first place.
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging#troubleshooting // https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging#troubleshooting
console.log(`Disconnected`, port); console.log(`Disconnected`, port);
} }