We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a2aa1 commit e6c783cCopy full SHA for e6c783c
commands/web-searches/mdn.js
@@ -5,7 +5,7 @@
5
//
6
// Required parameters:
7
// @raycast.schemaVersion 1
8
-// @raycast.title MDN JS Docs
+// @raycast.title Search in MDN JS Docs
9
// @raycast.mode silent
10
11
// Optional parameters:
@@ -20,4 +20,4 @@
20
const { exec } = require('child_process')
21
const query = encodeURIComponent(process.argv[2])
22
23
-exec(`open "https://developer.mozilla.org/en-US/search?topic=js&q=${query}"`)
+exec(`open "https://developer.mozilla.org/en-US/search?topic=js&q=${query}"`)
0 commit comments