Skip to content

Commit

Permalink
Edit comment wording (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jun 23, 2023
1 parent e9b3607 commit 611735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexEditorProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class HexEditorProvider implements vscode.CustomEditorProvider<HexDocumen
const scriptUri = webview.asWebviewUri(vscode.Uri.joinPath(this._context.extensionUri, "dist", "editor.js"));
const styleUri = webview.asWebviewUri(vscode.Uri.joinPath(this._context.extensionUri, "dist", "editor.css"));

// Use a nonce to whitelist which scripts can be run
// Use a nonce to allow certain scripts to be run
const nonce = randomString();

return /* html */`
Expand Down

0 comments on commit 611735e

Please sign in to comment.