We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fe8ab commit 76cf8f4Copy full SHA for 76cf8f4
index.js
@@ -14,8 +14,8 @@ const { OPTIONS } = require('./api-type-definitions.js');
14
* @example
15
* createDesktopShortcut({
16
* windows: { filePath: 'C:\\path\\to\\executable.exe' },
17
- * linux: { filePath: '/home/path/to/executable' },
18
- * osx: { filePath: '/home/path/to/executable' }
+ * linux: { filePath: '/home/path/to/executable' },
+ * osx: { filePath: '/home/path/to/executable' }
19
* });
20
*
21
* @param {OPTIONS} options Options object for each OS, and global options
0 commit comments