Skip to content

Commit 440454a

Browse files
authored
typo: Native Messaging Docs (#593)
Removes a secondary use of 'the'.
1 parent c684711 commit 440454a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-messaging/add-on/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ port.onDisconnect.addListener((port) => {
1919
} else {
2020
// The port closed for an unspecified reason. If this occurred right after
2121
// calling `browser.runtime.connectNative()` there may have been a problem
22-
// starting the the native messaging client in the first place.
22+
// starting the native messaging client in the first place.
2323
// https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging#troubleshooting
2424
console.log(`Disconnected`, port);
2525
}

0 commit comments

Comments
 (0)