Skip to content

Commit

Permalink
Missing word
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Barry Allan <[email protected]>
  • Loading branch information
worksofliam committed Sep 21, 2022
1 parent 8714ed7 commit 0ec3337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports.debugInfo = (cache, content) => {
await vscode.window.showTextDocument(textDoc);

vscode.window.showInformationMessage(
`To help us resolve this, we recommend sharing this JSON with us on a new GitHub or privately. Note that this JSON does contain the active source code.`,
`To help us resolve this, we recommend sharing this JSON with us on a new GitHub issue or privately. Note that this JSON does contain the active source code.`,
`Copy to clipboard`, `Copy to clipboard and open new Issue`
).then(async result => {
if ([`Copy to clipboard`, `Copy to clipboard and open new Issue`].includes(result)) {
Expand Down

0 comments on commit 0ec3337

Please sign in to comment.