We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdfa9f commit 8e73bedCopy full SHA for 8e73bed
src/lib/github.js
@@ -20,7 +20,7 @@ module.exports = async function (info) {
20
type: 'input',
21
name: 'token',
22
message:
23
- 'Provide a GItHub Personal Access Token (create a token at https://github.com/settings/tokens/new?scopes=repo)',
+ 'Provide a GitHub Personal Access Token (create a token at https://github.com/settings/tokens/new?scopes=repo)',
24
default: async () => {
25
const clipboardValue = await clipboard.read();
26
return clipboardValue.length === 40 ? clipboardValue : null;
0 commit comments