Skip to content

Commit 9525427

Browse files
committed
Nitpick: Reopen => open
1 parent be72f61 commit 9525427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docsBrowser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export namespace DocsBrowser {
4343
const encoded = encodeURIComponent(JSON.stringify({ hackageUri }));
4444
const hackageCmd = 'command:haskell.openDocumentationOnHackage?' + encoded;
4545

46-
panel.webview.html = `<div><a href="${hackageCmd}">Reopen on Hackage</a></div>
46+
panel.webview.html = `<div><a href="${hackageCmd}">Open on Hackage</a></div>
4747
<div><iframe src="${uri}" frameBorder = "0" style = "background: white; width: 100%; height: 100%; position:absolute; left: 0; right: 0; bottom: 0; top: 30px;"/></div>`;
4848
} catch (e) {
4949
await window.showErrorMessage(e);

0 commit comments

Comments
 (0)