Skip to content

Commit

Permalink
jsDoc comment correction for createContextMenu function
Browse files Browse the repository at this point in the history
Co-authored-by: Situ Chandra Shil <[email protected]>
  • Loading branch information
ygshbht and situchan authored Sep 7, 2023
1 parent c48292b commit d731639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function pasteAsPlainText(browserWindow) {
* Initialize the right-click menu
* See https://github.com/sindresorhus/electron-context-menu
*
* @param {string} preferredLocale - The current user language to be used for translating menu labels.
* @param {String} preferredLocale - The current user language to be used for translating menu labels.
* @returns {Function} A dispose function to clean up the created context menu.
*/

Expand Down

0 comments on commit d731639

Please sign in to comment.