Skip to content

Commit

Permalink
playground: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaHoffmann committed Jun 5, 2022
1 parent 236e5b2 commit a4164c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ${outputText}
const queryParams = `title=${encodeURIComponent(
title,
)}&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);
}

Expand Down

0 comments on commit a4164c4

Please sign in to comment.