playground: fix typo

This commit is contained in:
Michael Hoffmann
2022-06-05 12:46:00 +02:00
parent 236e5b286f
commit a4164c4086

View File

@@ -364,7 +364,7 @@ ${outputText}
const queryParams = `title=${encodeURIComponent( const queryParams = `title=${encodeURIComponent(
title, title,
)}&body=${encodeURIComponent(body)}`; )}&body=${encodeURIComponent(body)}`;
const url = `https://github.com/m-novikov/tree-sitter-sql/issues/new?${queryParams}`; const url = `https://github.com/MichaHoffmann/tree-sitter-hcl/issues/new?${queryParams}`;
window.open(url); window.open(url);
} }